mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
* Use relative aliases for all non-current Grafana aliases Prevents non-latest documentation "stealing" the page away from latest and through permanent redirects for latest pages that no longer exist. The redirected pages are indexed by search engines but our robots.txt forbids them crawling the non-latest page. Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Remove aliases from shared pages Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Rewrite all current latest aliases to be next Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Fix typo in latest alias Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Remove all current page aliases find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/next/[^\n]*\n#\n#' {} \; find docs/sources -type f -name '*.md' -exec sed -Ez -i 's#\n((aliases:\n *-)|aliases:\n)#\n\2#' {} \; Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Prettier Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
3.6 KiB
3.6 KiB
_build | title | ||
---|---|---|---|
|
Release notes for Grafana 8.2.2 |
Release notes for Grafana 8.2.2
Features and enhancements
- Annotations: We have improved tag search performance. #40567, @ashharrison90
- Application: You can now configure an error-template title. #40310, @benrubson
- AzureMonitor: We removed a restriction from the resource filter query. #40690, @andresmgot
- Caching: Make cache size metric collection optional. (Enterprise)
- Packaging: We removed the ProcSubset option in systemd. This option prevented Grafana from starting in LXC environments. #40339, @kminehart
- Prometheus: We removed the autocomplete limit for metrics. #39363, @ivanahuckova
- Request interceptor: Allow MSSQL's named instances. (Enterprise)
- Table: We improved the styling of the type icons to make them more distinct from column / field name. #40596, @torkelo
- ValueMappings: You can now use value mapping in stat, gauge, bar gauge, and pie chart visualizations. #40612, @torkelo
Bug fixes
- Alerting: Fix panic when Slack's API sends unexpected response. #40721, @santihernandezc
- Alerting: The Create Alert button now appears on the dashboard panel when you are working with a default datasource. #40334, @domasx2
- Explore: We fixed the problem where the Explore log panel disappears when an Elasticsearch logs query returns no results. #40217, @Elfo404
- Graph: You can now see annotation descriptions on hover. #40581, @axelavargas
- Logs: The system now uses the JSON parser only if the line is parsed to an object. #40507, @ivanahuckova
- Prometheus: We fixed the issue where the system did not reuse TCP connections when querying from Grafana Alerting. #40349, @kminehart
- Prometheus: We fixed the problem that resulted in an error when a user created a query with a $__interval min step. #40525, @ivanahuckova
- RowsToFields: We fixed the issue where the system was not properly interpreting number values. #40580, @torkelo
- Scale: We fixed how the system handles NaN percent when data min = data max. #40622, @torkelo
- Table panel: You can now create a filter that includes special characters. #40458, @dprokop