This commit is contained in:
Aaron Crawfis 2020-10-16 17:23:53 -07:00
parent d15ccf6fd3
commit 3dae9a0dfa
2 changed files with 1 additions and 2 deletions

View File

@ -99,7 +99,7 @@ traceContext := span.SpanContext()
traceContextBinary := propagation.Binary(traceContext)
```
You can then pass the trace context through [gRPC metadata]("google.golang.org/grpc/metadata") through `grpc-trace-bin` header.
You can then pass the trace context through [gRPC metadata](https://google.golang.org/grpc/metadata) through `grpc-trace-bin` header.
```go
ctx = metadata.AppendToOutgoingContext(ctx, "grpc-trace-bin", string(traceContextBinary))

View File

@ -4,5 +4,4 @@ title: "Bindings components"
linkTitle: "Bindings"
description: "Guidance on setting up Dapr bindings components"
weight: 4000
type: docs
---