i18n(ja): keep gauge/count/histogram metric type values in English - #23841
i18n(ja): keep gauge/count/histogram metric type values in English#23841yahonda wants to merge 2 commits into
Conversation
The metric type column in the Datadog, New Relic, and Prometheus/Grafana integration docs had been translated to katakana (gauge -> ゲージ, count -> カウント, histogram -> ヒストグラム). These are literal metric type values from the monitoring systems' own APIs, matching the English source and the untranslated sibling doc (monitor-datadog-integration-for-tidb-x.md), so they should stay in English. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The previous commit's blanket replacement incorrectly turned the prose description "ステートメントの期間ヒストグラム" (a natural Japanese statistics term) into "ステートメントの期間histogram". Only the Type column's literal metric-type value should stay in English; restore the katakana term in the prose description. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
What is changed, added or deleted? (Required)
In the Japanese translations of the Datadog, New Relic, and Prometheus/Grafana
integration docs, the "metric type" column had translated the literal metric
type values into katakana:
gauge->ゲージcount->カウントhistogram->ヒストグラムThese are literal enum values from each monitoring system's own API/metadata
(matching the English source verbatim), not prose to translate, so this PR
reverts them to English. This also makes
monitor-datadog-integration.mdconsistent with its sibling
monitor-datadog-integration-for-tidb-x.md,which already kept these values in English.
Files changed:
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
AI agent involvement
Do your changes match any of the following descriptions?
🤖 Generated with Claude Code