Skip to content

Commit 6dbd9b0

Browse files
authored
Link from trace (and metric) semantic conventions to resources (open-telemetry#603)
1 parent a788e75 commit 6dbd9b0

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Metrics Semantic Conventions
22

33
TODO: Add semantic conventions for metric names and labels.
4+
5+
Apart from semantic conventions for metrics and [traces](../../trace/semantic_conventions/README.md),
6+
OpenTelemetry also defines the concept of overarching [Resources](../../resource/sdk.md) with their own
7+
[Resource Semantic Conventions](../../resource/semantic_conventions/README.md).

specification/trace/semantic_conventions/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ The following semantic conventions for spans are defined:
1919
* [RPC/RMI](rpc.md): Spans for remote procedure calls (e.g., gRPC).
2020
* [Messaging](messaging.md): Spans for interaction with messaging systems (queues, publish/subscribe, etc.).
2121
* [FaaS](faas.md): Spans for Function as a Service (e.g., AWS Lambda).
22+
23+
Apart from semantic conventions for traces and [metrics](../../metrics/semantic_conventions/README.md),
24+
OpenTelemetry also defines the concept of overarching [Resources](../../resource/sdk.md) with their own
25+
[Resource Semantic Conventions](../../resource/semantic_conventions/README.md).

0 commit comments

Comments
 (0)