ObservabilityClickhouseDestinationConfig - TypeScript SDK

ObservabilityClickhouseDestinationConfig type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

1import { ObservabilityClickhouseDestinationConfig } from "@openrouter/sdk/models";
2
3let value: ObservabilityClickhouseDestinationConfig = {
4 database: "<value>",
5 host: "evil-airbus.net",
6 password: "cQ0oWoWiZp9fa9C",
7 username: "Hyman.Stroman",
8};

Fields

FieldTypeRequiredDescription
databasestring✔️N/A
headersRecord<string, *string*>Custom HTTP headers to include in requests to this destination.
hoststring✔️N/A
passwordstring✔️N/A
tablestringN/A
usernamestring✔️If you have not set a specific username in ClickHouse, simply type in ‘default’ below.