mirror of
https://github.com/katanemo/plano.git
synced 2026-06-20 15:28:07 +02:00
add custom trace attributes
This commit is contained in:
parent
d70f79b41c
commit
3a663aa780
10 changed files with 764 additions and 409 deletions
|
|
@ -382,8 +382,27 @@ properties:
|
|||
type: integer
|
||||
trace_arch_internal:
|
||||
type: boolean
|
||||
opentracing_grpc_endpoint:
|
||||
type: string
|
||||
custom_attributes:
|
||||
type: array
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
key:
|
||||
type: string
|
||||
type:
|
||||
type: string
|
||||
enum:
|
||||
- str
|
||||
- bool
|
||||
- float
|
||||
- int
|
||||
header:
|
||||
type: string
|
||||
additionalProperties: false
|
||||
required:
|
||||
- key
|
||||
- type
|
||||
- header
|
||||
additionalProperties: false
|
||||
mode:
|
||||
type: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue