From ad591f17f0fc1f56088e0c4fdc525368016dbdc7 Mon Sep 17 00:00:00 2001 From: Udaya Shankara Gandhi Date: Fri, 2 Sep 2022 17:21:05 -0400 Subject: [PATCH] Provided icons for PHP, Rust and Swift instrumentations (#1702) Co-authored-by: Phillip Carter --- content/en/docs/instrumentation/php/_index.md | 7 +++++-- content/en/docs/instrumentation/rust/_index.md | 10 +++++++--- content/en/docs/instrumentation/swift/_index.md | 7 +++++-- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/content/en/docs/instrumentation/php/_index.md b/content/en/docs/instrumentation/php/_index.md index be35e6dd5290..5a50cc5b0984 100644 --- a/content/en/docs/instrumentation/php/_index.md +++ b/content/en/docs/instrumentation/php/_index.md @@ -1,6 +1,9 @@ --- title: PHP -description: A language-specific implementation of OpenTelemetry in PHP. +description: >- + + A language-specific implementation of OpenTelemetry in PHP. weight: 21 --- @@ -16,7 +19,7 @@ The current status of the major functional components for OpenTelemetry PHP is as follows: | Traces | Metrics | Logs | -| ------- | ------- | ------- | +| --------- | --------- | ------------------- | | Pre-Alpha | Pre-Alpha | Not Yet Implemented | {{% latest_release "php" /%}} diff --git a/content/en/docs/instrumentation/rust/_index.md b/content/en/docs/instrumentation/rust/_index.md index 116b6ee0c7bc..d7b24ff7eb6e 100644 --- a/content/en/docs/instrumentation/rust/_index.md +++ b/content/en/docs/instrumentation/rust/_index.md @@ -1,6 +1,9 @@ --- title: Rust -description: A language-specific implementation of OpenTelemetry in Rust. +description: >- + + A language-specific implementation of OpenTelemetry in Rust. weight: 26 --- @@ -15,8 +18,8 @@ get started using OpenTelemetry for Rust. The current status of the major functional components for OpenTelemetry Rust is as follows: -| Traces | Metrics | Logs | -| ------- | ------- | ------- | +| Traces | Metrics | Logs | +| ------- | ------- | ------------------- | | Beta | Alpha | Not Yet Implemented | {{% latest_release "rust" /%}} @@ -24,6 +27,7 @@ as follows: ## Crates Opentelemetry for Rust publishes the following crates: + - [opentelemetry](https://crates.io/crates/opentelemetry) - [opentelemetry-api](https://crates.io/crates/opentelemetry-api) - [opentelemetry-sdk](https://crates.io/crates/opentelemetry-sdk) diff --git a/content/en/docs/instrumentation/swift/_index.md b/content/en/docs/instrumentation/swift/_index.md index f628353a2ec9..13e590ebb3b7 100644 --- a/content/en/docs/instrumentation/swift/_index.md +++ b/content/en/docs/instrumentation/swift/_index.md @@ -1,7 +1,10 @@ --- title: Swift weight: 28 -description: A language-specific implementation of OpenTelemetry in Swift. +description: >- + + A language-specific implementation of OpenTelemetry in Swift. --- This is the OpenTelemetry for Swift documentation. OpenTelemetry is an @@ -16,7 +19,7 @@ The current status of the major functional components for OpenTelemetry Swift is as follows: | Traces | Metrics | Logs | -| ------- | ------- | ------- | +| ------- | ------- | ------------------- | | Beta | Alpha | Not Yet Implemented | {{% latest_release "swift" /%}}