add custom trace attributes

This commit is contained in:
Musa 2026-01-27 12:17:42 -08:00
parent d70f79b41c
commit 3a663aa780
No known key found for this signature in database
10 changed files with 764 additions and 409 deletions

View file

@ -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