Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loki: Enable dataplane-compliant metric data by default #67137

Merged
merged 1 commit into from
Apr 25, 2023

Conversation

gabor
Copy link
Contributor

@gabor gabor commented Apr 24, 2023

With the feature-flag enabled by default, the dataframes emitted by the loki datasource plugin will be compliant with the TimeSeriesMulti dataplane format.

the change this causes is fairly minimal, we do not expect many problems, but it is an observable change in the format, so it is a breaking change. affected users can disable the feature-flag to return to the previous behavior. at a certain point in the future, the feature-flag will be removed and it will not be possible to switch back to the "old" format.

Release notice breaking change

The data-format used by the Loki data source for metric (graph producing) queries was changed to be compliant with the recommended Grafana format. The change is very small, we do not expect it to cause problems: for instant-queries the dataframe-type changed from timeseries-multi to numeric-multi, the dataframe-name attribute is not used anymore. If you are affected by this, you can revert back to the old format by setting the feature flag lokiMetricDataplane to false. We recommend migrating to the new format, because the feature-flag will be removed at some point in the future.

@gabor gabor added add to changelog breaking change Relevant for changelog generation labels Apr 24, 2023
@gabor gabor added this to the 10.0.0 milestone Apr 24, 2023
@grafanabot grafanabot added area/backend type/docs Flags the technical writing team for documentation support; auto adds to org-wide docs project labels Apr 24, 2023
@gabor gabor requested a review from a team April 24, 2023 15:20
@gabor gabor marked this pull request as ready for review April 24, 2023 15:20
@gabor gabor requested review from grafanabot and a team as code owners April 24, 2023 15:20
@gabor gabor requested review from mildwonkey, suntala and yangkb09 and removed request for a team, mildwonkey, suntala and yangkb09 April 24, 2023 15:20
@gabor gabor force-pushed the gabor/loki-metric-dataplane branch from a2d466b to 3f37cbd Compare April 24, 2023 15:22
@gabor gabor added the no-backport Skip backport of PR label Apr 25, 2023
@gabor gabor force-pushed the gabor/loki-metric-dataplane branch from 3f37cbd to 2c57bf4 Compare April 25, 2023 10:37
@gabor gabor enabled auto-merge (squash) April 25, 2023 10:43
@gabor gabor merged commit 9b3ddae into main Apr 25, 2023
@gabor gabor deleted the gabor/loki-metric-dataplane branch April 25, 2023 10:46
@zerok zerok modified the milestones: 10.0.0, 10.0.0-preview May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add to changelog area/backend breaking change Relevant for changelog generation datasource/Loki no-backport Skip backport of PR type/docs Flags the technical writing team for documentation support; auto adds to org-wide docs project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants