Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

import { ObservabilityClickhouseDestinationConfig } from "@openrouter/sdk/models";

let value: ObservabilityClickhouseDestinationConfig = {
  database: "<value>",
  host: "evil-airbus.net",
  password: "cQ0oWoWiZp9fa9C",
  username: "Hyman.Stroman",
};

Fields

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