feat: support configurable metric_exporter (#10940)

This commit is contained in:
alexsong-oai
2026-02-10 00:14:28 -08:00
committed by GitHub
parent 3391e5ea86
commit 9fded117ac
3 changed files with 30 additions and 1 deletions

View File

@@ -611,6 +611,14 @@
"description": "Log user prompt in traces",
"type": "boolean"
},
"metrics_exporter": {
"allOf": [
{
"$ref": "#/definitions/OtelExporterKind"
}
],
"description": "Optional metrics exporter"
},
"trace_exporter": {
"allOf": [
{