|
549 | 549 | "tracing-provider": {
|
550 | 550 | "id": "tracing-provider",
|
551 | 551 | "title": "Tracing Provider",
|
552 |
| - "description": "The name of the tracing provider. For example, Jaeger or Zipkin. Required.", |
| 552 | + "description": "The name of the tracing provider.", |
| 553 | + "path": "/tracing", |
| 554 | + "services": [] |
| 555 | + }, |
| 556 | + "tracing-otlp-endpoint": { |
| 557 | + "id": "tracing-otlp-endpoint", |
| 558 | + "title": "Tracing Provider", |
| 559 | + "description": "Endpoint URL for OTLP trace data. Required.", |
| 560 | + "path": "/tracing", |
| 561 | + "services": [] |
| 562 | + }, |
| 563 | + "tracing-otlp-protocol": { |
| 564 | + "id": "tracing-otlp-protocol", |
| 565 | + "title": "Tracing Provider", |
| 566 | + "description": "Transport protocol to be used for OTLP trace data.", |
553 | 567 | "path": "/tracing",
|
554 | 568 | "services": []
|
555 | 569 | },
|
556 | 570 | "tracing-sample-rate": {
|
557 | 571 | "id": "tracing-sample-rate",
|
558 | 572 | "title": "Tracing Sample Rate",
|
559 |
| - "description": "The percentage of requests to sample in decimal notation. Default is 0.0001, or .01%. Optional.", |
| 573 | + "description": "The percentage of requests to sample. Default is 100%.", |
| 574 | + "path": "/tracing", |
| 575 | + "services": [] |
| 576 | + }, |
| 577 | + "tracing-headers": { |
| 578 | + "id": "tracing-headers", |
| 579 | + "title": "OTLP Export Headers", |
| 580 | + "description": "Key=Value headers to add to all outgoing trace export requests", |
560 | 581 | "path": "/tracing",
|
561 | 582 | "services": []
|
562 | 583 | },
|
|
0 commit comments