Skip to content

Commit

Permalink
Merge branch 'edge' of https://github.com/radius-project/docs into edge
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCrawfis committed Sep 1, 2023
2 parents 535a5d5 + a1f9ab7 commit fea90a0
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
type: docs
title: "Overview: Control plane metrics"
linkTitle: "Overview"
weight: 200
description: "Learn about Radius control plane metrics"
categories: ["Overview"]
---

Radius emits metrics from the control-plane which can be used for troubleshooting and monitoring.

## Available metrics

Refer to the [metrics reference]({{< ref "/reference/metrics" >}}) for a list of available metrics.
33 changes: 33 additions & 0 deletions docs/content/reference/metrics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
type: docs
title: "Reference: Available Radius metrics"
linkTitle: "Metrics"
weight: 850
description: "Learn what metrics are available for the Radius control plane"
categories: ["Reference"]
---

Radius currently records following custom metrics that provide insight into its health and operations:

* [Radius async operation metrics](#async-operation-metrics)
* [Radius recipe metrics](#recipe-metrics)

In addition, Radius uses otelhttp meter provider. Therefore all of the HTTP metrics documented at [otelhttp metrics](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/semantic_conventions/http-metrics.md) are also available.

## Async operation metrics

| Metrics Name | Description |
|--------------|-------------|
|`asyncoperation.operation` | Total async operation count
|`asyncoperation.queued.operation` | Number of queued async operation
|`asyncoperation.extended.operation` | Number of extended async operation that are extended
|`asyncoperation.duration` | Async operation duration in milliseconds

## Recipe Engine metrics

| Metrics Name | Description |
|--------------|-------------|
| `recipe.operation.duration` | Recipe engine operation duration in milliseconds
| `recipe.download.duration` | Recipe download duration in milliseconds
| `recipe.tf.installation.duration` | Terraform installation duration in milliseconds
| `recipe.tf.init.duration` | Terraform initialization duration

0 comments on commit fea90a0

Please sign in to comment.