Docs: Update min supported Loki version to v2.9+ (#107853)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user