From 6ed0651a42c88e347ff37b0f3171ab0f31d9edcb Mon Sep 17 00:00:00 2001 From: David Ashpole Date: Sat, 14 Dec 2024 05:59:28 -0500 Subject: [PATCH] [SEMANTIC CONVENTIONS] Update links to openmetrics to reference the v1.0.0 release (#3205) --- 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