Skip to content

Commit 294d2db

Browse files
authored
Update links to openmetrics to reference the v1.0.0 release (#1682)
1 parent c5549cd commit 294d2db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/hardware/common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ This metric is [recommended][MetricRecommended].
246246
| -------- | --------------- | ----------- | -------------- | --------- |
247247
| `hw.status` | UpDownCounter | `1` | Operational status: `1` (true) or `0` (false) for each of the possible states [1] | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
248248

249-
**[1]:** `hw.status` is currently specified as an *UpDownCounter* but would ideally be represented using a [*StateSet* as defined in OpenMetrics](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#stateset). This semantic convention will be updated once *StateSet* is specified in OpenTelemetry. This planned change is not expected to have any consequence on the way users query their timeseries backend to retrieve the values of `hw.status` over time.
249+
**[1]:** `hw.status` is currently specified as an *UpDownCounter* but would ideally be represented using a [*StateSet* as defined in OpenMetrics](https://github.com/prometheus/OpenMetrics/blob/v1.0.0/specification/OpenMetrics.md#stateset). This semantic convention will be updated once *StateSet* is specified in OpenTelemetry. This planned change is not expected to have any consequence on the way users query their timeseries backend to retrieve the values of `hw.status` over time.
250250

251251
| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability |
252252
|---|---|---|---|---|---|

model/hardware/common-metrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ groups:
5656
extends: metric.hw.attributes
5757
note: >
5858
`hw.status` is currently specified as an *UpDownCounter* but would ideally be represented using a
59-
[*StateSet* as defined in OpenMetrics](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#stateset).
59+
[*StateSet* as defined in OpenMetrics](https://github.com/prometheus/OpenMetrics/blob/v1.0.0/specification/OpenMetrics.md#stateset).
6060
This semantic convention will be updated once *StateSet* is specified in OpenTelemetry. This planned change
6161
is not expected to have any consequence on the way users query their timeseries backend to retrieve the
6262
values of `hw.status` over time.

0 commit comments

Comments
 (0)