+JSON Schema
+
+[JSON Schema Source File](./schema/tracer_provider.json)
+{
+ "type": [
+ "object",
+ "null"
+ ],
+ "additionalProperties": false,
+ "properties": {
+ "endpoint": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "interval": {
+ "type": [
+ "integer",
+ "null"
+ ],
+ "minimum": 0
+ },
+ "initial_sampler": {
+ "$ref": "#/$defs/Sampler"
+ }
+ }
+}
+
+
## ExperimentalLanguageSpecificInstrumentation
-JSON Schema
-
-[JSON Schema Source File](./schema/tracer_provider.json)
-{
- "type": [
- "object",
- "null"
- ],
- "additionalProperties": false,
- "properties": {
- "endpoint": {
- "type": [
- "string",
- "null"
- ]
- },
- "interval": {
- "type": [
- "integer",
- "null"
- ],
- "minimum": 0
- },
- "initial_sampler": {
- "$ref": "#/$defs/Sampler"
- }
- }
-}
-
-
## LastValueAggregation