Docs: Update min supported Loki version to v2.9+ (#107853)

This commit is contained in:
Ivana Huckova
2025-07-10 09:02:53 +02:00
committed by GitHub
parent 38db533e6e
commit 5d0f519c0d
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ The following guides will help you get started with Loki:
This data source supports these versions of Loki:
- v2.8+
- v2.9+
## Adding a data source
+2
View File
@@ -1320,6 +1320,8 @@ var (
FrontendOnly: true,
},
{
// Remove this flag once Loki v4 is released and the min supported version is v3.0+,
// since users on v2.9 need it to disable the feature, as it doesn't work for them.
Name: "lokiLabelNamesQueryApi",
Description: "Defaults to using the Loki `/labels` API instead of `/series`",
Stage: FeatureStageGeneralAvailability,