Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
APIKeyHashes | optionalnullable.OptionalNullable[[]string] | :heavy_minus_sign: | Optional allowlist of OpenRouter API key hashes. null clears the filter (all keys). Omitting leaves the current value. Must contain at least one hash if provided. | null |
Config | map[string]any | :heavy_minus_sign: | Provider-specific configuration fields to update. Masked values are ignored; unset fields keep their current value. | { βbaseUrlβ: βhttps://us.cloud.langfuse.comβ, βpublicKeyβ: βpk-lβ¦EfGhβ, βsecretKeyβ: βsk-lβ¦AbCdβ } |
Enabled | *bool | :heavy_minus_sign: | Whether the destination is enabled. | true |
FilterRules | optionalnullable.OptionalNullable[components.ObservabilityFilterRulesConfigNullable] | :heavy_minus_sign: | N/A | null |
Name | *string | :heavy_minus_sign: | Human-readable name for the destination. | Production Langfuse |
PrivacyMode | *bool | :heavy_minus_sign: | When true, request/response bodies are not forwarded β only metadata. | false |
SamplingRate | *float64 | :heavy_minus_sign: | Sampling rate between 0.0001 and 1 (1 = 100%). | 1 |