Skip to content

Commit

Permalink
Link to website spec pages (#1018)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Wear <[email protected]>
  • Loading branch information
chalin and mwear authored Nov 12, 2021
1 parent a17f05b commit 5269b11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion website_docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Adding tracing to a single service is a great first step and although auto-instr

[repository]: https://github.com/open-telemetry/opentelemetry-ruby
[auto-instrumentation]: https://github.com/open-telemetry/opentelemetry-ruby#instrumentation-libraries
[sdk-env]: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md#configuration-options
[sdk-env]: {{< relref "/docs/reference/specification/protocol/exporter#configuration-options" >}}
[context-propagation]: ../context_propagation
[events]: ../events
[manual-instrumentation]: ../manual_instrumentation
7 changes: 4 additions & 3 deletions website_docs/manual_instrumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ end
#### Semantic Attributes

Semantic Attributes are attributes that are defined by the OpenTelemetry Specification in order to provide a shared set of attribute keys across multiple languages, frameworks, and runtimes for common concepts like HTTP methods, status codes, user agents, and more. These attributes are available in the [Semantic Conventions gem][semconv-gem].
Semantic Attributes are attributes that are defined by the [OpenTelemetry Specification][] in order to provide a shared set of attribute keys across multiple languages, frameworks, and runtimes for common concepts like HTTP methods, status codes, user agents, and more. These attributes are available in the [Semantic Conventions gem][semconv-gem].

Tracing semantic conventions can be found in [this document][semconv-spec]
For details, see [Trace semantic conventions][semconv-spec].

[OpenTelemetry Specification]: {{< relref "/docs/reference/specification" >}}
[semconv-gem]: https://github.com/open-telemetry/opentelemetry-ruby/tree/main/semantic_conventions
[semconv-spec]: https://github.com/open-telemetry/opentelemetry-specification/tree/main/specification/trace/semantic_conventions
[semconv-spec]: {{< relref "/docs/reference/specification/trace/semantic_conventions" >}}

0 comments on commit 5269b11

Please sign in to comment.