Skip to content

Commit 943243e

Browse files
bertysentryarminru
andauthored
Add hardware-metrics to semantic conventions (#2518)
Co-authored-by: Armin Ruech <[email protected]>
1 parent 534d456 commit 943243e

File tree

3 files changed

+387
-0
lines changed

3 files changed

+387
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ release.
220220
([#2507](https://github.com/open-telemetry/opentelemetry-specification/pull/2507))
221221
- Map SunOS to solaris for os.type resource attribute
222222
([#2509](https://github.com/open-telemetry/opentelemetry-specification/pull/2509))
223+
- Add semantic conventions for hardware metrics
224+
([#2518](https://github.com/open-telemetry/opentelemetry-specification/pull/2518))
223225

224226
### Compatibility
225227

specification/metrics/semantic_conventions/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
linkTitle: Semantic Conventions
33
--->
44

5+
<!-- omit in toc -->
56
# Metrics Semantic Conventions
67

78
**Status**: [Experimental](../../document-status.md)
@@ -28,6 +29,7 @@ The following semantic conventions surrounding metrics are defined:
2829
* [Process](process-metrics.md): For standard process metrics.
2930
* [Runtime Environment](runtime-environment-metrics.md): For runtime environment metrics.
3031
* [FaaS](faas-metrics.md): For [Function as a Service](https://en.wikipedia.org/wiki/Function_as_a_service) metrics.
32+
* [Hardware](hardware-metrics.md): For hardware-related metrics.
3133

3234
Apart from semantic conventions for metrics and
3335
[traces](../../trace/semantic_conventions/README.md), OpenTelemetry also

0 commit comments

Comments
 (0)