mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +02:00
refactor: update tracing configuration to use span attributes and adjust related handlers
This commit is contained in:
parent
8713a80638
commit
20e9953a8e
7 changed files with 122 additions and 65 deletions
|
|
@ -382,10 +382,19 @@ properties:
|
|||
type: integer
|
||||
trace_arch_internal:
|
||||
type: boolean
|
||||
span_attribute_header_prefixes:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
span_attributes:
|
||||
type: object
|
||||
properties:
|
||||
header_prefixes:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
static:
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
additionalProperties: false
|
||||
additionalProperties: false
|
||||
mode:
|
||||
type: string
|
||||
enum:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue