mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
refactor: update tracing configuration to use span attributes and adjust related handlers
This commit is contained in:
parent
0e95212416
commit
d015b40a2b
7 changed files with 155 additions and 76 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