[FLINK-40295][docs] Document UDF metrics (fork reference) - #11
Open
weiqingy wants to merge 1 commit into
Open
Conversation
Add a UDF Metrics section to the metrics documentation describing udfProcessingTime and udfExceptionCount, their operator-scoped naming (<operator>.udf.<udf_name>.<metric>), the table.exec.udf-metric-enabled and table.exec.udf-metric.sample-interval options, the effect of sampling on the overhead of the enabled path, and which function kinds are covered.
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.
Fork-internal PR for reviewer convenience. Not for merge here, and not yet opened upstream.
Part of the FLIP-485 stack (FLINK-38071). It will be opened against
apache:masteronce PR-3 merges.Based on
flink-38071-pr3-async, so the diff shows only this step's changes: the user-facing documentation inmetrics.md(EN + ZH).Sub-task: FLINK-40295