File tree 3 files changed +387
-0
lines changed
specification/metrics/semantic_conventions
3 files changed +387
-0
lines changed Original file line number Diff line number Diff line change @@ -220,6 +220,8 @@ release.
220
220
([ #2507 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2507 ) )
221
221
- Map SunOS to solaris for os.type resource attribute
222
222
([ #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 ) )
223
225
224
226
### Compatibility
225
227
Original file line number Diff line number Diff line change 2
2
linkTitle: Semantic Conventions
3
3
--->
4
4
5
+ <!-- omit in toc -->
5
6
# Metrics Semantic Conventions
6
7
7
8
** Status** : [ Experimental] ( ../../document-status.md )
@@ -28,6 +29,7 @@ The following semantic conventions surrounding metrics are defined:
28
29
* [ Process] ( process-metrics.md ) : For standard process metrics.
29
30
* [ Runtime Environment] ( runtime-environment-metrics.md ) : For runtime environment metrics.
30
31
* [ 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.
31
33
32
34
Apart from semantic conventions for metrics and
33
35
[ traces] ( ../../trace/semantic_conventions/README.md ) , OpenTelemetry also
You can’t perform that action at this time.
0 commit comments