Skip to content

Commit

Permalink
Moved system metrics semconv
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Wert <alexander.wert@elastic.co>
  • Loading branch information
AlexanderWert committed Jun 30, 2023
1 parent 7c0d58f commit 8cfe7a1
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 4 deletions.
1 change: 1 addition & 0 deletions specification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Semantic Conventions are defined for the following areas:

* [General](general/README.md): General Semantic Conventions.
* [HTTP](http/README.md): Semantic Conventions for HTTP client and server operations.
* [System](system/README.md): System Semantic Conventions (including system metrics).
* *Other areas can be found in the signal specific Semantic Conventions below*

Semantic Conventions by signals:
Expand Down
9 changes: 5 additions & 4 deletions specification/general/metrics-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ The following semantic conventions surrounding metrics are defined:
* [HTTP](/specification/http/http-metrics.md): For HTTP client and server metrics.
* [RPC](/specification/metrics/semantic_conventions/rpc-metrics.md): For RPC client and server metrics.
* [Database](/specification/metrics/semantic_conventions/database-metrics.md): For SQL and NoSQL client metrics.
* [System](/specification/metrics/semantic_conventions/system-metrics.md): For standard system metrics.
* [Process](/specification/metrics/semantic_conventions/process-metrics.md): For standard process metrics.
* [Runtime Environment](/specification/metrics/semantic_conventions/runtime-environment-metrics.md): For runtime environment metrics.
* [FaaS](/specification/metrics/semantic_conventions/faas-metrics.md): For [Function as a Service](https://en.wikipedia.org/wiki/Function_as_a_service) metrics.
* [Hardware](/specification/metrics/semantic_conventions/hardware-metrics.md): For hardware-related metrics.
* **System metrics**
* [System](/specification/system/system-metrics.md): For standard system metrics.
* [Hardware](/specification/system/hardware-metrics.md): For hardware-related metrics.
* [Process](/specification/system/process-metrics.md): For standard process metrics.
* [Runtime Environment](/specification/system/runtime-environment-metrics.md): For runtime environment metrics.

Apart from semantic conventions for metrics, [traces](trace-general.md), [logs](logs-general.md), and [events](events-general.md), OpenTelemetry also
defines the concept of overarching [Resources](https://github.com/open-telemetry/opentelemetry-specification/tree/v1.21.0/specification/resource/sdk.md) with
Expand Down
14 changes: 14 additions & 0 deletions specification/system/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# System semantic conventions

**Status**: [Experimental][DocumentStatus]

This document defines semantic conventions for systems (such as processes, runtimes, hardware, etc.).

System semantic conventions are defined for the following metrics:

* [System](system-metrics.md): For standard system metrics.
* [Hardware](hardware-metrics.md): For hardware-related metrics.
* [Process](process-metrics.md): For standard process metrics.
* [Runtime Environment](runtime-environment-metrics.md): For runtime environment metrics.

[DocumentStatus]: https://github.com/open-telemetry/opentelemetry-specification/blob/v1.21.0/specification/document-status.md
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8cfe7a1

Please sign in to comment.