mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-01 22:50:00 +00:00
feat: Add new compact MetricInResponse type
This commit is contained in:
parent
0fdb15bcc7
commit
8b63aba7a4
5 changed files with 21 additions and 26 deletions
6
docs/_static/llama-stack-spec.yaml
vendored
6
docs/_static/llama-stack-spec.yaml
vendored
|
|
@ -3149,8 +3149,6 @@ components:
|
|||
type: string
|
||||
additionalProperties: false
|
||||
required:
|
||||
- trace_id
|
||||
- span_id
|
||||
- timestamp
|
||||
- type
|
||||
- metric
|
||||
|
|
@ -5760,8 +5758,6 @@ components:
|
|||
$ref: '#/components/schemas/StructuredLogPayload'
|
||||
additionalProperties: false
|
||||
required:
|
||||
- trace_id
|
||||
- span_id
|
||||
- timestamp
|
||||
- type
|
||||
- payload
|
||||
|
|
@ -5804,8 +5800,6 @@ components:
|
|||
$ref: '#/components/schemas/LogSeverity'
|
||||
additionalProperties: false
|
||||
required:
|
||||
- trace_id
|
||||
- span_id
|
||||
- timestamp
|
||||
- type
|
||||
- message
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue