From eecef8d610ad0b40757a1806f8d2ae559fc0e8b8 Mon Sep 17 00:00:00 2001 From: Dinesh Yeduguru Date: Wed, 12 Mar 2025 14:54:03 -0700 Subject: [PATCH] run openapi gen --- docs/_static/llama-stack-spec.html | 12 +++++++++++- docs/_static/llama-stack-spec.yaml | 10 ++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/docs/_static/llama-stack-spec.html b/docs/_static/llama-stack-spec.html index 19d56dd30..dbd530aa3 100644 --- a/docs/_static/llama-stack-spec.html +++ b/docs/_static/llama-stack-spec.html @@ -8392,9 +8392,13 @@ }, "additionalProperties": false, "required": [ + "trace_id", + "span_id", + "timestamp", "type", "metric", - "value" + "value", + "unit" ], "title": "MetricEvent" }, @@ -8485,6 +8489,9 @@ }, "additionalProperties": false, "required": [ + "trace_id", + "span_id", + "timestamp", "type", "payload" ], @@ -8556,6 +8563,9 @@ }, "additionalProperties": false, "required": [ + "trace_id", + "span_id", + "timestamp", "type", "message", "severity" diff --git a/docs/_static/llama-stack-spec.yaml b/docs/_static/llama-stack-spec.yaml index 535107aca..cca1872a4 100644 --- a/docs/_static/llama-stack-spec.yaml +++ b/docs/_static/llama-stack-spec.yaml @@ -5719,9 +5719,13 @@ components: type: string additionalProperties: false required: + - trace_id + - span_id + - timestamp - type - metric - value + - unit title: MetricEvent SpanEndPayload: type: object @@ -5780,6 +5784,9 @@ components: $ref: '#/components/schemas/StructuredLogPayload' additionalProperties: false required: + - trace_id + - span_id + - timestamp - type - payload title: StructuredLogEvent @@ -5821,6 +5828,9 @@ components: $ref: '#/components/schemas/LogSeverity' additionalProperties: false required: + - trace_id + - span_id + - timestamp - type - message - severity