Skip to content

Commit

Permalink
Provided icons for PHP, Rust and Swift instrumentations (#1702)
Browse files Browse the repository at this point in the history
Co-authored-by: Phillip Carter <[email protected]>
  • Loading branch information
uday060 and cartermp authored Sep 2, 2022
1 parent e06d0b4 commit ad591f1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
7 changes: 5 additions & 2 deletions content/en/docs/instrumentation/php/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: PHP
description: A language-specific implementation of OpenTelemetry in PHP.
description: >-
<img width="35"
src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/PHP.svg"></img>
A language-specific implementation of OpenTelemetry in PHP.
weight: 21
---

Expand All @@ -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" /%}}
Expand Down
10 changes: 7 additions & 3 deletions content/en/docs/instrumentation/rust/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: Rust
description: A language-specific implementation of OpenTelemetry in Rust.
description: >-
<img width="35"
src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Rust.svg"></img>
A language-specific implementation of OpenTelemetry in Rust.
weight: 26
---

Expand All @@ -15,15 +18,16 @@ 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" /%}}

## 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)
Expand Down
7 changes: 5 additions & 2 deletions content/en/docs/instrumentation/swift/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: Swift
weight: 28
description: A language-specific implementation of OpenTelemetry in Swift.
description: >-
<img width="35"
src="https://raw.githubusercontent.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Swift.svg"></img>
A language-specific implementation of OpenTelemetry in Swift.
---

This is the OpenTelemetry for Swift documentation. OpenTelemetry is an
Expand All @@ -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" /%}}
Expand Down

0 comments on commit ad591f1

Please sign in to comment.