Skip to content

[flink] Add metrics for local partial lookup remote access#8717

Open
lilei1128 wants to merge 1 commit into
apache:masterfrom
lilei1128:lookup-metrics
Open

[flink] Add metrics for local partial lookup remote access#8717
lilei1128 wants to merge 1 commit into
apache:masterfrom
lilei1128:lookup-metrics

Conversation

@lilei1128

Copy link
Copy Markdown
Contributor

Purpose

Add request-level metrics for local partial lookup:

  • partialLookupCount
  • partialLookupRemoteAccessCount

The metrics allow users to derive the local serve rate and are only
registered when local partial lookup is actually used.

The metrics are registered only when lookup.cache = AUTO mode selects local partial
lookup. They are not exposed for remote partial lookup, FULL, MEMORY, or
when local partial lookup falls back to full cache.

Tests

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.

1 participant