agentskit.js

DatadogSinkConfig

Auto-generated API reference for DatadogSinkConfig.

Interface: DatadogSinkConfig

Defined in: datadog.ts:4

#Properties

#apiKey

apiKey: string

Defined in: datadog.ts:5


#env?

optional env?: string

Defined in: datadog.ts:11

Environment tag (prod, staging, ...).


#fetch?

optional fetch?: {(input, init?): Promise<Response>; (input, init?): Promise<Response>; }

Defined in: datadog.ts:12

#Call Signature

(input, init?): Promise<Response>

MDN Reference

Parameters
input

RequestInfo | URL

init?

RequestInit

Returns

Promise<Response>

#Call Signature

(input, init?): Promise<Response>

MDN Reference

Parameters
input

string | Request | URL

init?

RequestInit

Returns

Promise<Response>


#service?

optional service?: string

Defined in: datadog.ts:9

Service name attached to every event.


#site?

optional site?: string

Defined in: datadog.ts:7

Datadog site, defaults to datadoghq.com (US1). Use datadoghq.eu, us5.datadoghq.com, etc.

Explore nearby

✎ Edit this page on GitHubΒ·Found a problem? Open an issue β†’Β·How to contribute β†’

On this page