Skip to content

Commit

Permalink
EDU-3742: temporal-cloud-metrics: add scrape interval details (#3264)
Browse files Browse the repository at this point in the history
* temporal-cloud-metrics: add scrape interval details

* temporal-cloud-metrics: add scrape interval details

* Update reference.mdx

Minor clarification changes and typo fix

---------

Co-authored-by: Erica Sadun <[email protected]>
  • Loading branch information
kevinawoo and fairlydurable authored Jan 6, 2025
1 parent df6296d commit fdc6d59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/production-deployment/cloud/metrics/reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ rate(temporal_cloud_v0_service_latency_sum[$__rate_interval])
histogram_quantile(0.99, sum(rate(temporal_cloud_v0_service_latency_bucket[$__rate_interval])) by (le, operation))
```

Metrics are scraped every 30 seconds and exposed to the metrics endpoint with a 1-minute lag.
The endpoint returns data with a 15-second resolution, which results in displaying the same value twice.

Set up Grafana with Temporal Cloud observability to view metrics by creating or getting your Prometheus endpoint for Temporal Cloud metrics and enabling SDK metrics.

<RelatedReadContainer>
Expand Down

0 comments on commit fdc6d59

Please sign in to comment.