10BC0 Merge branch 'ImproveCompression' of https://github.com/chusitoo/open… · open-telemetry/opentelemetry-cpp@13073b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 13073b1

Browse files
committed
Merge branch 'ImproveCompression' of https://github.com/chusitoo/opentelemetry-cpp into ImproveCompression
2 parents 61e9a2b + eca2f54 commit 13073b1

File tree

3 files changed

+248
-206
lines changed

3 files changed

+248
-206
lines changed

api/include/opentelemetry/semconv/incubating/hw_metrics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ static inline nostd::shared_ptr<metrics::ObservableInstrument> CreateAsyncDouble
132132
* states <p>
133133
* @code hw.status @endcode is currently specified as an <em>UpDownCounter</em> but would ideally be
134134
* represented using a <a
135-
* href="https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#stateset"><em>StateSet</em>
135+
* href="https://github.com/prometheus/OpenMetrics/blob/v1.0.0/specification/OpenMetrics.md#stateset"><em>StateSet</em>
136136
* as defined in OpenMetrics</a>. This semantic convention will be updated once <em>StateSet</em> is
137137
* specified in OpenTelemetry. This planned change is not expected to have any consequence on the
138138
* way users query their timeseries backend to retrieve the values of @code hw.status @endcode over

0 commit comments

Comments
 (0)
0