Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

add ability to attach custom headers to traces #2105

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 19, 2022

  1. add ability to attach custom headers to traces

    This change adds the ability to attach custom gRPC metadata headers to trace requests.
    
    The Go library has a WithHeaders() option with this functionality: https://pkg.go.dev/contrib.go.opencensus.io/exporter/ocagent#WithHeaders
    kirbyquerby committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    8eda5ce View commit details
    Browse the repository at this point in the history
  2. fix indentation

    kirbyquerby committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    f0a6b0d View commit details
    Browse the repository at this point in the history
  3. run formatter

    kirbyquerby committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    1a254d7 View commit details
    Browse the repository at this point in the history