conf: hides scope feature toggles from docs (#101913)

Signed-off-by: bergquist <carl.bergquist@gmail.com>
This commit is contained in:
Carl Bergquist
2025-03-11 10:12:58 +01:00
committed by GitHub
parent 7ecad55bff
commit 14ad1dec38
3 changed files with 25 additions and 15 deletions
+14 -10
View File
@@ -983,18 +983,22 @@ var (
Expression: "false",
},
{
Name: "promQLScope",
Description: "In-development feature that will allow injection of labels into prometheus queries.",
Stage: FeatureStageGeneralAvailability,
Owner: grafanaOSSBigTent,
Expression: "true",
Name: "promQLScope",
Description: "In-development feature that will allow injection of labels into prometheus queries.",
Stage: FeatureStageGeneralAvailability,
Owner: grafanaOSSBigTent,
Expression: "true",
HideFromDocs: true,
HideFromAdminPage: true,
},
{
Name: "logQLScope",
Description: "In-development feature that will allow injection of labels into loki queries.",
Stage: FeatureStagePrivatePreview,
Owner: grafanaObservabilityLogsSquad,
Expression: "false",
Name: "logQLScope",
Description: "In-development feature that will allow injection of labels into loki queries.",
Stage: FeatureStagePrivatePreview,
Owner: grafanaObservabilityLogsSquad,
Expression: "false",
HideFromDocs: true,
HideFromAdminPage: true,
},
{
Name: "sqlExpressions",
+11 -4
View File
@@ -2417,13 +2417,18 @@
{
"metadata": {
"name": "logQLScope",
"resourceVersion": "1730842404843",
"creationTimestamp": "2024-11-11T11:53:24Z"
"resourceVersion": "1741643492217",
"creationTimestamp": "2024-11-11T11:53:24Z",
"annotations": {
"grafana.app/updatedTimestamp": "2025-03-10 21:51:32.217697 +0000 UTC"
}
},
"spec": {
"description": "In-development feature that will allow injection of labels into loki queries.",
"stage": "privatePreview",
"codeowner": "@grafana/observability-logs",
"hideFromAdminPage": true,
"hideFromDocs": true,
"expression": "false"
}
},
@@ -3262,16 +3267,18 @@
{
"metadata": {
"name": "promQLScope",
"resourceVersion": "1735845919509",
"resourceVersion": "1741643492217",
"creationTimestamp": "2024-01-29T20:22:17Z",
"annotations": {
"grafana.app/updatedTimestamp": "2025-01-02 19:25:19.509884 +0000 UTC"
"grafana.app/updatedTimestamp": "2025-03-10 21:51:32.217697 +0000 UTC"
}
},
"spec": {
"description": "In-development feature that will allow injection of labels into prometheus queries.",
"stage": "GA",
"codeowner": "@grafana/oss-big-tent",
"hideFromAdminPage": true,
"hideFromDocs": true,
"expression": "true"
}
},