Add tabpane shortcode

Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
This commit is contained in:
Marc Duiker 2025-08-22 15:08:43 +02:00 committed by GitHub
parent 72eaff18ac
commit 4d4c31e043
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

View File

@ -144,6 +144,11 @@ Here are examples of both mechanisms:
**1. Using Context Baggage (OpenTelemetry)**
When using OpenTelemetry SDK:
{{< tabpane text=true >}}
{{% tab header="Go" %}}
```go
import otelbaggage "go.opentelemetry.io/otel/baggage"
@ -215,6 +220,10 @@ ctx = grpcMetadata.AppendToOutgoingContext(ctx,
)
```
{{% /tab %}}
{{< /tabpane >}}
#### Common Use Cases
Baggage is useful for: