docs(sso): resolve conflicts with latest main - #361
Merged
alick-liming merged 7 commits intoSep 7, 2026
Merged
Conversation
… tools/invoke restrictions, sync api-catalog
- 16 ZH ops (rum remote-config, safari artifact/sign, on-call schedule/by-person)
carried responses.200.description "Success"; aligned to the 成功 convention.
- POST /monit/datasource/tools/invoke gained its ## Restrictions block. Limits
(32/s, 2000/min per account) and permission class (Datasources Read, monit)
come from live pgy_proxy.t_api id 18847 and pgy_account.t_permission_factor,
matching fc-pgy 9c5494a / 6be0e3a - not constructed values.
- {en,zh}/openapi/api-catalog.mdx: +1 row, Monitors 39->40, total 353->354.
- docs.json untouched: no operation added or removed.
- lint_openapi.py: OK, 12 spec files, no violations.
… fixes Findings (26): 3 high, 19 medium, 4 low — diff window 2026-09-04T08:13:40Z..2026-09-07. - cli.mdx: safari artifacts command family, monit datasource-tools-invoke, datasource --alerting-enabled/--enabled, monit-agent host-only, insight --fields, 16KiB output bound, status-page draft-create - sso: new role-team-sync page (SAML2.0/OIDC/CAS claim-name sync) + docs.json + configure-sso links - monitors: 10→15 datasource types, enabled/alerting_enabled split, datasource tools + Edge v0.71.0 - on-call: war-room chats excluded from group-chat pickers; analytics timezone row - rum: adoption panel labels (采用情况) - ai-sre: sessions task-panel third entry point - api-catalog/go-sdk: tools-invoke row, client.Artifacts, DraftCreate, 5-type contract, Reason field, count refreshes (337→349/348/354) - changelog: SSO sync + Monit datasource diagnostics entries
api-review daily audit 2026-09-07: zh 200 descriptions, tools/invoke restrictions, api-catalog sync
docs: doc-review 2026-09-07 — CLI/SSO/monitors/go-sdk/API 增量审计修复
Add a best-practices page (zh + en) covering ingest bandwidth estimation: a three-step method (bandwidth -> events/s -> concurrent users -> DAU), measured baseline parameters, the compression and session replay switches, mobile vs web differences, reduction levers, private-deployment link sizing, and calibration methods.
docs(rum): add bandwidth estimation and capacity planning guide
alick-liming
marked this pull request as ready for review
September 7, 2026 10:05
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.
Summary
feat/sso-role-team-mapping-docs。将最新main(fc8491e)合入该功能线,解决中英文 SSO 配置页的内容冲突。Validation
mint broken-links:success no broken links found。git diff --cached --check通过,无冲突标记。git merge-base --is-ancestor origin/main HEAD通过;git merge-tree --write-tree origin/main HEAD无冲突。Scope / Notes
platform/configure-sso.mdx、中英文on-call/integration/sso/role-team-sync.mdx。