Skip to content

Commit

Permalink
Regenerate profile jsonschema.
Browse files Browse the repository at this point in the history
  • Loading branch information
dplepage-dd committed Jan 13, 2025
1 parent 0eef07e commit c44547d
Showing 1 changed file with 26 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,19 @@
"metric_tags": {
"$ref": "#/$defs/MetricTagConfigList"
},
"metric_type": {
"options": {
"$ref": "#/$defs/MetricsConfigOption"
}
},
"additionalProperties": false,
"type": "object"
},
"MetricsConfigOption": {
"properties": {
"placement": {
"type": "integer"
},
"metric_suffix": {
"type": "string"
}
},
Expand Down Expand Up @@ -162,11 +174,7 @@
}
},
"additionalProperties": false,
"type": "object",
"required": [
"name",
"version"
]
"type": "object"
},
"StringArray": {
"items": {
Expand All @@ -185,6 +193,12 @@
"extract_value": {
"type": "string"
},
"match_pattern": {
"type": "string"
},
"match_value": {
"type": "string"
},
"scale_factor": {
"type": "number"
},
Expand Down Expand Up @@ -212,6 +226,12 @@
"extract_value": {
"type": "string"
},
"match_pattern": {
"type": "string"
},
"match_value": {
"type": "string"
},
"scale_factor": {
"type": "number"
},
Expand Down

0 comments on commit c44547d

Please sign in to comment.