Documentation
¶
Overview ¶
Package built provides information about how the current application has been built, if it has been built using orchestrion. It provides advanced features used internally by the Datadog tracer library to convey accurate telemetry data (when the application is opted in to Datadog telemetry at runtime), and may be useful in certain advanced use cases. Most users should not need to use anything from this package.
Index ¶
Constants ¶
const WithOrchestrion = false
WithOrchestrion is true if the current application was built using orchestrion. This is useful to perform certain behavior dependent on whether the application was automatically instrumented or not. This can be useful to avoid double-instrumentation, or to guarantee the application runs with automatic instrumentation. Most users should not need to use this variable.
const WithOrchestrionVersion = ""
WithOrchestrionVersion is the version of orchestrion used to build the library, if the application was built by it. It is a blank string otherwise. This can be useful context to include in logs when the use of orchestrion is relevant. Most users should not need to use this variable.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.