mirror of https://github.com/dapr/docs.git
Fix link
This commit is contained in:
parent
d15ccf6fd3
commit
3dae9a0dfa
|
@ -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))
|
||||
|
|
|
@ -4,5 +4,4 @@ title: "Bindings components"
|
|||
linkTitle: "Bindings"
|
||||
description: "Guidance on setting up Dapr bindings components"
|
||||
weight: 4000
|
||||
type: docs
|
||||
---
|
Loading…
Reference in New Issue