feat(FR-2494): add auto scaling rule UX improvements spec#6486
Merged
graphite-app[bot] merged 1 commit intomainfrom Apr 16, 2026
Merged
Conversation
Contributor
Author
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Contributor
There was a problem hiding this comment.
Pull request overview
서비스 디테일 페이지의 Auto Scaling Rule UI/UX 개선(비교 연산자 표시 정규화, 단일/범위 조건 모드, Prometheus Query Preset 기반 메트릭 선택, 결과 미리보기 옵션)에 대한 드래프트 스펙을 추가하는 PR입니다.
Changes:
- Auto Scaling Rule UX 개선 요구사항/인수조건/버전 게이팅/GraphQL API 참조를 포함한 스펙 문서 추가
- 비교 연산자 표시 정규화 및 단일/범위 조건 모드 도입 설계 명시
- Prometheus Query Preset 기반 메트릭 선택(버전 게이팅 포함) 및 결과 미리보기(Nice to Have) 제안
2974035 to
e11a92d
Compare
c20cb58 to
375f8ac
Compare
yomybaby
requested changes
Apr 8, 2026
375f8ac to
60b5a7a
Compare
60b5a7a to
0951622
Compare
0951622 to
86e3b83
Compare
be93c4d to
a551fd1
Compare
This was referenced Apr 13, 2026
a551fd1 to
d328c3f
Compare
This was referenced Apr 15, 2026
d328c3f to
05f5fa7
Compare
This was referenced Apr 15, 2026
yomybaby
approved these changes
Apr 16, 2026
Merge activity
|
Resolves #6485 (FR-2494) ## Summary - Add Auto Scaling Rule UX improvements spec for the service detail page - Normalize comparator display in rules list table (always show `<` direction) - Add single/range condition mode selection (Segmented component) - Comparator dropdown shown only in single mode; range mode fixes comparator to `<` - Support Prometheus Query Preset-based metric selection (>=26.4.0) - Query result preview in form extra area (Nice to Have) - Range mode requires API migration from Graphene (`EndpointAutoScalingRuleInput`) to Strawberry (`CreateAutoScalingRuleInput`)
05f5fa7 to
d8e4cb4
Compare
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Resolves #6485 (FR-2494)
Summary
<direction)<EndpointAutoScalingRuleInput) to Strawberry (CreateAutoScalingRuleInput)