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