TracingPluginConstructor interface
Static shape of a TracingPlugin subclass. The statics are how the tracer derives which channels a plugin subscribes to.
Signature:
export interface TracingPluginConstructor
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(Optional) Component tag reported on the plugin's spans. | ||
|
string |
(Optional) Integration name, as passed to | ||
|
string |
(Optional) Datadog span kind. | ||
|
string |
(Optional) Operation half, forming the | ||
|
string |
(Optional) Channel prefix override, when the default is not wanted. | ||
|
string |
(Optional) Datadog span type. |
Methods
|
Method |
Description |
|---|---|
|
Constructs the plugin. Called by the tracer's plugin manager. |
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.