-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
remove old promql editor #4864
remove old promql editor #4864
Conversation
ec8f8f2
to
a181e53
Compare
@onprem ;) |
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.
Looking good 💯. Just some nits.
|
||
describe('ExpressionInput', () => { | ||
const metricNames = ['instance:node_cpu_utilisation:rate1m', 'node_cpu_guest_seconds_total', 'node_cpu_seconds_total']; | ||
describe('CMExpressionInput', () => { |
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.
Just a nit, for staying consistent with component name.
describe('CMExpressionInput', () => { | |
describe('ExpressionInput', () => { |
CHANGELOG.md
Outdated
@@ -36,6 +36,10 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re | |||
- [#4792](https://github.com/thanos-io/thanos/pull/4792) Store: Fix data race in BucketedBytes pool. | |||
- [#4769](https://github.com/thanos-io/thanos/pull/4769) Query-frontend+api: add "X-Request-ID" field and other fields to start call log. | |||
|
|||
### Changed | |||
|
|||
- [#4864](https://github.com/thanos-io/thanos/pull/4864) Remove the old PromQL editor |
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.
- [#4864](https://github.com/thanos-io/thanos/pull/4864) Remove the old PromQL editor | |
- [#4864](https://github.com/thanos-io/thanos/pull/4864) UI: Remove the old PromQL editor |
It'd be nice if we can prefix this with UI:
. More context for people reading changelog.
Signed-off-by: Augustin Husson <[email protected]>
a181e53
to
8264350
Compare
thanks for your review @onprem. I updated the PR, it should be good now :) |
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.
🚀
We removed the old promql editor in Prometheus (prometheus/prometheus#9452). I think it makes it is removed here as well :).
Signed-off-by: Augustin Husson [email protected]