diff --git a/opentelemetry_configuration.json b/opentelemetry_configuration.json index 69978c3e..6475223a 100644 --- a/opentelemetry_configuration.json +++ b/opentelemetry_configuration.json @@ -231,7 +231,7 @@ ], "minimum": -10, "maximum": 20, - "description": "TODO\nIf omitted or null, TODO.\n" + "description": "Configure the max scale factor.\nIf omitted or null, TODO.\n" }, "max_size": { "type": [ @@ -239,14 +239,14 @@ "null" ], "minimum": 2, - "description": "TODO\nIf omitted or null, TODO.\n" + "description": "Configure the maximum number of buckets in each of the positive and negative ranges, not counting the special zero bucket.\nIf omitted or null, TODO.\n" }, "record_min_max": { "type": [ "boolean", "null" ], - "description": "TODO\nIf omitted or null, TODO.\n" + "description": "Configure whether or not to record min and max.\nIf omitted or null, TODO.\n" } } }, diff --git a/schema-docs.md b/schema-docs.md index e14614e2..f8ab0d6e 100644 --- a/schema-docs.md +++ b/schema-docs.md @@ -401,9 +401,9 @@ Usages: | Property | Type | Required? | Default and Null Behavior | Constraints | Description | |---|---|---|---|---|---| -| `max_scale` | one of:
* `integer`
* `null`
| `false` | If omitted or null, TODO. | * `minimum`: `-10`
* `maximum`: `20`
| TODO | -| `max_size` | one of:
* `integer`
* `null`
| `false` | If omitted or null, TODO. | * `minimum`: `2`
| TODO | -| `record_min_max` | one of:
* `boolean`
* `null`
| `false` | If omitted or null, TODO. | No constraints. | TODO | +| `max_scale` | one of:
* `integer`
* `null`
| `false` | If omitted or null, TODO. | * `minimum`: `-10`
* `maximum`: `20`
| Configure the max scale factor. | +| `max_size` | one of:
* `integer`
* `null`
| `false` | If omitted or null, TODO. | * `minimum`: `2`
| Configure the maximum number of buckets in each of the positive and negative ranges, not counting the special zero bucket. | +| `record_min_max` | one of:
* `boolean`
* `null`
| `false` | If omitted or null, TODO. | No constraints. | Configure whether or not to record min and max. |
Language support status diff --git a/schema/meter_provider.yaml b/schema/meter_provider.yaml index 791fa7e4..5ebbdd8e 100644 --- a/schema/meter_provider.yaml +++ b/schema/meter_provider.yaml @@ -698,20 +698,20 @@ $defs: - "null" minimum: -10 maximum: 20 - description: TODO + description: Configure the max scale factor. defaultBehavior: TODO max_size: type: - integer - "null" minimum: 2 - description: TODO + description: Configure the maximum number of buckets in each of the positive and negative ranges, not counting the special zero bucket. defaultBehavior: TODO record_min_max: type: - boolean - "null" - description: TODO + description: Configure whether or not to record min and max. defaultBehavior: TODO LastValueAggregation: type: