# CompositePluginConstructor.(new) · @imqueue/datadog

Source: https://imqueue.org/api/datadog/latest/datadog.compositepluginconstructor._new_/
Published: 2026-08-01
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/datadog 3.2.0 — generated reference, not hand-written

Constructs the composite. Called by the tracer's plugin manager.

**Signature:**

```typescript
new (...args: any[]): {
        configure(config: any): void;
    };
```

## Parameters


| Parameter | Type | Description |
| --- | --- | --- |
| args | any\[\] |  |


**Returns:**

{ configure(config: any): void; }

