Correlations: Enable feature toggle by default (on-prem) (#88208)

* Correlations: Enable feature toggle for on-prem

* Update Loki test
This commit is contained in:
Piotr Jamróz 2024-05-27 12:04:37 +02:00 committed by GitHub
parent 45faefa8b3
commit 0530b296d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 1 deletions

View File

@ -26,7 +26,7 @@ For more information about feature release stages, refer to [Release life cycle
| `disableEnvelopeEncryption` | Disable envelope encryption (emergency only) | |
| `publicDashboards` | [Deprecated] Public dashboards are now enabled by default; to disable them, use the configuration setting. This feature toggle will be removed in the next major version. | Yes |
| `featureHighlights` | Highlight Grafana Enterprise features | |
| `correlations` | Correlations page | |
| `correlations` | Correlations page | Yes |
| `exploreContentOutline` | Content outline sidebar | Yes |
| `returnToPrevious` | Enables the return to previous context functionality | Yes |
| `cloudWatchCrossAccountQuerying` | Enables cross-account querying in CloudWatch datasources | Yes |

View File

@ -194,6 +194,10 @@ describe('Loki Query Editor', () => {
// And a value of "targetLabelValue"
exploreCells.should('contain', 'targetLabelValue');
const addToButton = cy.get('[aria-label="Add"]');
addToButton.should('be.visible');
addToButton.click();
const addToDashboardButton = cy.get('[aria-label="Add to dashboard"]');
// Now let's add this to a dashboard

View File

@ -94,6 +94,7 @@ var (
Description: "Correlations page",
Stage: FeatureStageGeneralAvailability,
Owner: grafanaExploreSquad,
Expression: "true", // enabled by default
AllowSelfServe: true,
},
{