Skip to content

Commit

Permalink
Remove unused link references.
Browse files Browse the repository at this point in the history
  • Loading branch information
brett0000FF committed May 9, 2024
1 parent 9f16256 commit 86a8ae3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,9 @@ You can configure the propagation of context for distributed traces by injecting

{{< partial name="whats-next/whats-next.html" >}}

[2]: https://opentelemetry.io/docs/reference/specification/trace/sdk/#span-processor
[3]: https://opentelemetry.io/docs/reference/specification/trace/sdk/#span-exporter
[4]: https://opentelemetry.io/docs/reference/specification/trace/sdk/#id-generators
[5]: https://opentelemetry.io/docs/instrumentation/net/manual/
[8]: https://opentelemetry.io/docs/instrumentation/net/libraries/
[9]: /tracing/trace_collection/trace_context_propagation/dotnet/
[10]: /tracing/trace_collection/dd_libraries/dotnet-framework/#installation-and-getting-started
[11]: /tracing/trace_collection/dd_libraries/dotnet-core/#installation-and-getting-started
[12]: /opentelemetry/guide/otel_api_tracing_interoperability/
[13]: /tracing/trace_collection/single-step-apm/
[14]: /tracing/trace_collection/trace_context_propagation/dotnet/
Original file line number Diff line number Diff line change
Expand Up @@ -198,20 +198,6 @@ Traces can be excluded based on their resource name, to remove synthetic traffic

{{< partial name="whats-next/whats-next.html" >}}

[1]: https://opentelemetry.io/docs/instrumentation/java/manual/#context-propagation
[2]: /tracing/trace_collection/trace_context_propagation/java/
[3]: https://opentelemetry.io/docs/reference/specification/trace/sdk/#span-processor
[4]: https://opentelemetry.io/docs/reference/specification/trace/sdk/#span-exporter
[5]: https://opentelemetry.io/docs/reference/specification/trace/sdk/#id-generators
[6]: /opentelemetry/guide/otel_api_tracing_interoperability/
[7]: https://opentelemetry.io/docs/specs/otel/metrics/api/
[8]: https://opentelemetry.io/docs/specs/otel/baggage/api/
[9]: https://opentelemetry.io/docs/specs/otel/context/
[10]: https://opentelemetry.io/docs/instrumentation/java/manual/
[11]: /tracing/trace_collection/dd_libraries/java/?tab=springboot#add-the-java-tracer-to-the-jvm
[12]: /tracing/trace_collection/single-step-apm/
[13]: /tracing/trace_collection/single-step-apm/
[14]: https://opentelemetry.io/docs/instrumentation/java/manual/#create-spans-with-links
[15]: /tracing/setup/java/
[16]: /tracing/glossary/#trace
[17]: /tracing/trace_collection/automatic_instrumentation/dd_libraries/java/?tab=wget#compatibility
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ To configure OpenTelemetry to use the Datadog trace provider:
```php
composer require open-telemetry/sdk
```
1. Add your desired manual OpenTelemetry instrumentation to your PHP code following the [OpenTelemetry PHP Manual Instrumentation documentation][5].
2. Add your desired manual OpenTelemetry instrumentation to your PHP code following the [OpenTelemetry PHP Manual Instrumentation documentation][5].

2. Install the [Datadog PHP tracing library][6].
3. Install the [Datadog PHP tracing library][6].

3. Set `DD_TRACE_OTEL_ENABLED` to `true`.
4. Set `DD_TRACE_OTEL_ENABLED` to `true`.

Datadog combines these OpenTelemetry spans with other Datadog APM spans into a single trace of your application.

Expand Down Expand Up @@ -114,13 +114,6 @@ $span = OpenTelemetry\API\Trace\Span::getCurrent();

{{< partial name="whats-next/whats-next.html" >}}

[1]: https://opentelemetry.io/docs/instrumentation/php/propagation/
[2]: https://opentelemetry.io/docs/specs/otel/trace/sdk/#span-limits
[3]: https://opentelemetry.io/docs/reference/specification/trace/sdk/#id-generators
[4]: /tracing/trace_collection/trace_context_propagation/php/
[5]: https://opentelemetry.io/docs/instrumentation/php/manual/
[6]: /tracing/trace_collection/dd_libraries/php#getting-started
[7]: https://opentelemetry.io/docs/specs/otel/metrics/
[9]: /tracing/trace_collection/trace_context_propagation/php/
[12]: /opentelemetry/guide/otel_api_tracing_interoperability/
[13]: https://opentelemetry.io/docs/languages/php/instrumentation/#instrumentation-setup
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ further_reading:

To configure OpenTelemetry to use the Datadog trace provider:

1. If you have not yet read the instructions for auto-instrumentation and setup, start with the [Python Setup Instructions][].
1. If you have not yet read the instructions for auto-instrumentation and setup, start with the [Python Setup Instructions][1].

1. Set `DD_TRACE_OTEL_ENABLED` environment variable to `true`.

### Creating custom spans

To create custom spans within an existing trace context:

{{< highlight python "hl_lines=4" >}}
{{< highlight python "hl_lines=6" >}}
from opentelemetry import trace

tracer = trace.get_tracer(__name__)
Expand Down Expand Up @@ -73,14 +73,4 @@ current_span.set_attribute("attribute_key1", 1)

{{< partial name="whats-next/whats-next.html" >}}

[1]: https://opentelemetry.io/docs/instrumentation/python/manual/#change-the-default-propagation-format
[2]: https://opentelemetry.io/docs/reference/specification/trace/sdk/#span-processor
[3]: https://opentelemetry.io/docs/reference/specification/trace/sdk/#span-exporter
[4]: https://opentelemetry.io/docs/reference/specification/trace/sdk/#id-generators
[5]: https://opentelemetry.io/docs/instrumentation/python/manual/
[8]: https://opentelemetry.io/docs/instrumentation/python/automatic/
[9]: /tracing/trace_collection/trace_context_propagation/python/
[10]: /tracing/trace_collection/dd_libraries/python/#custom-logging
[11]: https://ddtrace.readthedocs.io/en/stable/api.html#opentelemetry-api
[12]: /opentelemetry/guide/otel_api_tracing_interoperability/
[13]: /tracing/trace_collection/automatic_instrumentation/dd_libraries/python
[1]: /tracing/setup/python/

0 comments on commit 86a8ae3

Please sign in to comment.