CreateObservabilityDestinationRequestType - TypeScript SDK

CreateObservabilityDestinationRequestType type definition

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

The destination type. Only stable destination types are accepted.

Example Usage

1import { CreateObservabilityDestinationRequestType } from "@openrouter/sdk/models";
2
3let value: CreateObservabilityDestinationRequestType = "langfuse";
4
5// Open enum: unrecognized values are captured as Unrecognized<string>

Values

1"arize" | "braintrust" | "clickhouse" | "datadog" | "grafana" | "langfuse" | "langsmith" | "newrelic" | "opik" | "otel-collector" | "posthog" | "ramp" | "s3" | "sentry" | "snowflake" | "weave" | "webhook" | Unrecognized<string>