-
Notifications
You must be signed in to change notification settings - Fork 536
Hide non-default rollup interval data stream #10070
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
Hide non-default rollup interval data stream #10070
Conversation
This pull request does not have a backport label. Could you fix it @carsonip? 🙏
NOTE: |
77e2ae5
to
542d501
Compare
📚 Go benchmark reportDiff with the
report generated with https://pkg.go.dev/golang.org/x/perf/cmd/benchstat |
This pull request is now in conflicts. Could you fix it @carsonip? 🙏
|
ec31382
to
3b73f87
Compare
Blocked by elastic/package-spec#465 and corresponding fleet changes at the moment |
This pull request is now in conflicts. Could you fix it @carsonip? 🙏
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to merge this in. Ideally we would have a systemtest that checks that the non-default metric data streams are hidden. E.g. by making a call to the ES API after the initial setup and ensuring that hidden: true
for them. Given the urgency, you can follow up with that though.
Motivation/summary
Set data streams with non-default rollup intervals as hidden. This will avoid changing metricset.name to distinguish between default (1m) and non-default rollup intervals
Checklist
apmpackage
have been made)- [ ] Documentation has been updatedHow to test these changes
Related issues
Closes #10047