Skip to content

docs: document event actors - #2753

Merged
fengjiachun merged 2 commits into
GreptimeTeam:mainfrom
WenyXu:event-actor
Aug 17, 2026
Merged

docs: document event actors#2753
fengjiachun merged 2 commits into
GreptimeTeam:mainfrom
WenyXu:event-actor

Conversation

@WenyXu

@WenyXu WenyXu commented Aug 17, 2026

Copy link
Copy Markdown
Member

What changed

Document the common actor column for ADMIN function and Procedure events. Explain how a Procedure keeps its actor across lifecycle events, how authentication affects the value, and what each protocol records when authentication is disabled.

Add a query example for filtering events by actor.

Closes #2735.

Scope

  • Documentation versions: Nightly
  • Languages: English, Chinese

Verification

  • pnpm build
  • DOC_LANG=zh pnpm build
  • DOC_LANG=en pnpm check:links
  • DOC_LANG=zh pnpm check:links
  • git diff --check origin/main...HEAD
  • Manually verified Procedure actor values over HTTP SQL, gRPC, MySQL, and PostgreSQL against a local cluster without authentication.
  • Manually verified ADMIN event actor values over HTTP SQL, MySQL, and PostgreSQL.
  • No navigation update was required because no pages or sidebar entries were added, removed, or moved.

Checklist

  • I verified the content against the applicable GreptimeDB version.
  • I updated the relevant documentation versions and languages, or explained why not.
  • I checked changed links and anchors.
  • I updated navigation when the document structure changed.

Signed-off-by: WenyXu <wenymedia@gmail.com>
@WenyXu

WenyXu commented Aug 17, 2026

Copy link
Copy Markdown
Member Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Keep them coming!

Reviewed commit: a873d56b8f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@WenyXu
WenyXu marked this pull request as ready for review August 17, 2026 07:56
Copilot AI lite review requested due to automatic review settings August 17, 2026 07:56

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Comment thread docs/user-guide/deployments-administration/monitoring/events/event-data-model.md Outdated
Comment thread docs/user-guide/deployments-administration/monitoring/events/event-data-model.md Outdated
Signed-off-by: WenyXu <wenymedia@gmail.com>

@fengjiachun fengjiachun left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fengjiachun
fengjiachun merged commit f2969af into GreptimeTeam:main Aug 17, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update docs for feat(procedure): record event actor

3 participants