Caching: Handle memcached reconnects (#91498)

* update library version

* update tls memcached feature toggle

* update to latest version

* updae gomemcache version
This commit is contained in:
Michael Mandrus
2024-08-05 11:21:11 -04:00
committed by GitHub
parent dc9dfb4c4b
commit 4d23382497
6 changed files with 32 additions and 11 deletions

View File

@@ -64,6 +64,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `lokiQueryHints` | Enables query hints for Loki | Yes |
| `alertingQueryOptimization` | Optimizes eligible queries in order to reduce load on datasources | |
| `groupToNestedTableTransformation` | Enables the group to nested table transformation | Yes |
| `tlsMemcached` | Use TLS-enabled memcached in the enterprise caching feature | Yes |
| `cloudWatchNewLabelParsing` | Updates CloudWatch label parsing to be more accurate | Yes |
| `pluginProxyPreserveTrailingSlash` | Preserve plugin proxy trailing slash. | |
| `cloudWatchRoundUpEndTime` | Round up end time for metric queries to the next minute to avoid missing data | Yes |