diff --git a/config/_default/menus/main.en.yaml b/config/_default/menus/main.en.yaml index 87218bf55e6..885839265e7 100644 --- a/config/_default/menus/main.en.yaml +++ b/config/_default/menus/main.en.yaml @@ -646,6 +646,11 @@ menu: parent: otel-api-dd-sdk weight: 3027 identifier: otel_api_dotnet + - name: Rust + url: /opentelemetry/instrument/api_support/rust + parent: otel-api-dd-sdk + weight: 3028 + identifier: otel_api_rust - name: OTel Instrumentation Libraries url: /opentelemetry/instrument/instrumentation_libraries/ identifier: otel_instrumentation_libraries diff --git a/content/en/opentelemetry/instrument/api_support/rust.md b/content/en/opentelemetry/instrument/api_support/rust.md new file mode 100644 index 00000000000..802a6c00e5c --- /dev/null +++ b/content/en/opentelemetry/instrument/api_support/rust.md @@ -0,0 +1,5 @@ +--- +title: Rust Custom Instrumentation using the OpenTelemetry API +--- + +{{< include-markdown "/tracing/trace_collection/custom_instrumentation/rust/" >}} \ No newline at end of file diff --git a/layouts/partials/apm/otel-instrumentation.html b/layouts/partials/apm/otel-instrumentation.html index 8cf88312afa..9686bfdaae6 100644 --- a/layouts/partials/apm/otel-instrumentation.html +++ b/layouts/partials/apm/otel-instrumentation.html @@ -51,6 +51,13 @@ +
+ +
+ {{ partial "img.html" (dict "root" . "src" "integrations_logos/rust.png" "class" "img-fluid" "alt" "Rust" "width" "400") }} +
+
+
\ No newline at end of file