mirror of
https://github.com/openai/codex.git
synced 2026-04-29 17:06:51 +00:00
feat: support configurable metric_exporter (#10940)
This commit is contained in:
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user