Add 6 missing OpenMetrics, move v0 metrics to v1 in prep for GA#4280
Open
dustin-temporal wants to merge 8 commits intomainfrom
Open
Add 6 missing OpenMetrics, move v0 metrics to v1 in prep for GA#4280dustin-temporal wants to merge 8 commits intomainfrom
dustin-temporal wants to merge 8 commits intomainfrom
Conversation
Replace temporal_cloud_v0_* metrics with temporal_cloud_v1_* equivalents across worker-health, service-health, and HA monitoring pages. Key changes: - worker-health: Replace v0 poll metrics with v1, remove rate() wrapping from queries (v1 metrics are pre-computed rates), add approximate_backlog_count - service-health: Fix metric display names (drop frontend_ prefix), replace SDK activity_execution_failed with Cloud v1 activity_fail_count, fix query to not use increase() on pre-computed rates - ha-monitoring: Replace v0 histogram queries with v1 pre-computed percentiles, add p95 query, update reference links Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add workflow schedule-to-close latency (p50/p95/p99) and on-demand envelope limit metrics (action/operations/service_request) across metrics-reference, service-health, capacity-modes, and openmetrics index pages. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📖 Docs PR preview links
|
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…dd-missing-openmetrics
Contributor
Author
|
I have merged the content of #4246 into this PR so we don't have merge conflicts later. |
4 tasks
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
These metrics are available from the OpenMetrics endpoint but were missing from the public documentation. Source of truth: internal External Observability docs.
Pages changed
cloud/metrics/openmetrics/metrics-referencecloud/service-healthcloud/capacity-modescloud/metrics/openmetrics/indexTest plan
🤖 Generated with Claude Code
┆Attachments: EDU-6036 Add 6 missing OpenMetrics to docs