From 2e89df7b7a65fad590931331a440320fc30d3102 Mon Sep 17 00:00:00 2001 From: David Ashpole Date: Fri, 13 Dec 2024 21:21:30 +0000 Subject: [PATCH] update links to openmetrics to reference the v1.0.0 release --- api/include/opentelemetry/semconv/incubating/hw_metrics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/include/opentelemetry/semconv/incubating/hw_metrics.h b/api/include/opentelemetry/semconv/incubating/hw_metrics.h index 3a87fd2506..d950950f35 100644 --- a/api/include/opentelemetry/semconv/incubating/hw_metrics.h +++ b/api/include/opentelemetry/semconv/incubating/hw_metrics.h @@ -132,7 +132,7 @@ static inline nostd::shared_ptr CreateAsyncDouble * states

* @code hw.status @endcode is currently specified as an UpDownCounter but would ideally be * represented using a StateSet + * href="https://github.com/prometheus/OpenMetrics/blob/v1.0.0/specification/OpenMetrics.md#stateset">StateSet * as defined in OpenMetrics. 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 @code hw.status @endcode over