Skip to content

Commit 9dd4484

Browse files
committed
update reference.json
1 parent dc4f31a commit 9dd4484

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

content/docs/reference/reference.json

+23-2
Original file line numberDiff line numberDiff line change
@@ -549,14 +549,35 @@
549549
"tracing-provider": {
550550
"id": "tracing-provider",
551551
"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.",
553567
"path": "/tracing",
554568
"services": []
555569
},
556570
"tracing-sample-rate": {
557571
"id": "tracing-sample-rate",
558572
"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",
560581
"path": "/tracing",
561582
"services": []
562583
},

0 commit comments

Comments
 (0)