Skip to content

Commit 9e94fd2

Browse files
authored
update links to openmetrics to reference the v1.0.0 release (open-telemetry#4356)
1 parent 3ae1138 commit 9e94fd2

File tree

2 files changed

+4
-4
lines changed
  • opentelemetry-proto/src/opentelemetry/proto/metrics/v1
  • opentelemetry-semantic-conventions/src/opentelemetry/semconv/_incubating/metrics

2 files changed

+4
-4
lines changed

opentelemetry-proto/src/opentelemetry/proto/metrics/v1/metrics_pb2.pyi

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

opentelemetry-semantic-conventions/src/opentelemetry/semconv/_incubating/metrics/hw_metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def create_hw_power(
9898
Operational status: `1` (true) or `0` (false) for each of the possible states
9999
Instrument: updowncounter
100100
Unit: 1
101-
Note: `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.
101+
Note: `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.
102102
"""
103103

104104

0 commit comments

Comments
 (0)