agentskit.js

AxiomSinkConfig

Auto-generated API reference for AxiomSinkConfig.

Interface: AxiomSinkConfig

Defined in: axiom.ts:4

#Properties

#dataset

dataset: string

Defined in: axiom.ts:8

Dataset name to write into.


#endpoint?

optional endpoint?: string

Defined in: axiom.ts:10

Override the ingest endpoint (e.g. EU region: https://api.eu.axiom.co).


#fetch?

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

Defined in: axiom.ts:13

#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: axiom.ts:12

Service name attached to every event.


#token

token: string

Defined in: axiom.ts:6

Axiom API token.

Explore nearby

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

On this page