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