Skip to content

Commit

Permalink
add descriptors back
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalhan committed Jul 25, 2023
1 parent 252674b commit c83c748
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/en/docs/reference/instrumentation/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ components using an HTTP scrape, and fetch the current metrics data in Prometheu

### List of Stable Kubernetes Metrics

Stable metrics observe strict API contracts and no labels can be added or removed from stable metrics during their lifetime.

<table class="table metrics" caption="This is the list of STABLE metrics emitted from core Kubernetes components">
<thead>
<tr>
Expand Down Expand Up @@ -223,6 +225,8 @@ components using an HTTP scrape, and fetch the current metrics data in Prometheu

### List of Beta Kubernetes Metrics

Beta metrics observe a looser API contract than its stable counterparts. No labels can be removed from beta metrics during their lifetime, however, labels can be added while the metric is in the beta stage. This offers the assurance that beta metrics will honor existing dashboards and alerts, while allowing for amendments in the future.

<table class="table metrics" caption="This is the list of BETA metrics emitted from core Kubernetes components">
<thead>
<tr>
Expand Down Expand Up @@ -333,6 +337,8 @@ components using an HTTP scrape, and fetch the current metrics data in Prometheu

### List of Alpha Kubernetes Metrics

Alpha metrics do not have any API guarantees. These metrics must be used at your own risk, subsequent versions of Kubernetes may remove these metrics altogether, or mutate the API in such a way that breaks existing dashboards and alerts.

<table class="table metrics" caption="This is the list of ALPHA metrics emitted from core Kubernetes components">
<thead>
<tr>
Expand Down

0 comments on commit c83c748

Please sign in to comment.