Documentation ¶
Overview ¶
Package header defines HTTP headers known convention used by the Trace Agent and Datadog's APM intake.
Index ¶
Constants ¶
View Source
const ( // Lang specifies the name of the header which contains the language from // which the traces originate. Lang = "Datadog-Meta-Lang" // LangVersion specifies the name of the header which contains the origin // language's version. LangVersion = "Datadog-Meta-Lang-Version" // TracerVersion specifies the name of the header which contains the version // of the tracer sending the payload. TracerVersion = "Datadog-Meta-Tracer-Version" // ContainerID specifies uuid of the container. ContainerID = "Datadog-Container-Id" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.