From 94ef57ba5430258e0080a0174b5a8a9b80c1ed6e Mon Sep 17 00:00:00 2001 From: Chris Wildman Date: Thu, 12 Nov 2020 11:03:11 -0800 Subject: [PATCH] Switch to UpDownSumObserver. --- specification/metrics/semantic_conventions/resource-metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/metrics/semantic_conventions/resource-metrics.md b/specification/metrics/semantic_conventions/resource-metrics.md index 6123934839e..b20b3d785ff 100644 --- a/specification/metrics/semantic_conventions/resource-metrics.md +++ b/specification/metrics/semantic_conventions/resource-metrics.md @@ -15,4 +15,4 @@ telemetry. | Name | Instrument | Units | Description | |----------------------|---------------|--------------|-------------| -| `resource.up` | ValueRecorder | 1 | A value of `1` indicates the Resource is healthy, `0` if the Resource is unhealthy. | +| `resource.up` | UpDownSumObserver | 1 | A value of `1` indicates the Resource is healthy, `0` if the Resource is unhealthy. |