Skip to content

Commit

Permalink
update opentelemetry.io schemas to the latest chart 0.74.3 (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgazzola authored Dec 1, 2024
1 parent b8f24bc commit ddd9802
Show file tree
Hide file tree
Showing 4 changed files with 1,332 additions and 351 deletions.
50 changes: 50 additions & 0 deletions opentelemetry.io/instrumentation_v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"type": "string"
},
"name": {
"default": "",
"type": "string"
},
"optional": {
Expand Down Expand Up @@ -93,6 +94,7 @@
"type": "string"
},
"name": {
"default": "",
"type": "string"
},
"optional": {
Expand Down Expand Up @@ -139,6 +141,7 @@
"type": "string"
},
"name": {
"default": "",
"type": "string"
},
"optional": {
Expand Down Expand Up @@ -202,6 +205,7 @@
"type": "string"
},
"name": {
"default": "",
"type": "string"
},
"optional": {
Expand Down Expand Up @@ -238,6 +242,9 @@
"properties": {
"name": {
"type": "string"
},
"request": {
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -305,6 +312,15 @@
"type": "object",
"additionalProperties": false
},
"defaults": {
"properties": {
"useLabelsForResourceAttributes": {
"type": "boolean"
}
},
"type": "object",
"additionalProperties": false
},
"dotnet": {
"properties": {
"env": {
Expand All @@ -324,6 +340,7 @@
"type": "string"
},
"name": {
"default": "",
"type": "string"
},
"optional": {
Expand Down Expand Up @@ -387,6 +404,7 @@
"type": "string"
},
"name": {
"default": "",
"type": "string"
},
"optional": {
Expand Down Expand Up @@ -423,6 +441,9 @@
"properties": {
"name": {
"type": "string"
},
"request": {
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -504,6 +525,7 @@
"type": "string"
},
"name": {
"default": "",
"type": "string"
},
"optional": {
Expand Down Expand Up @@ -567,6 +589,7 @@
"type": "string"
},
"name": {
"default": "",
"type": "string"
},
"optional": {
Expand Down Expand Up @@ -621,6 +644,7 @@
"type": "string"
},
"name": {
"default": "",
"type": "string"
},
"optional": {
Expand Down Expand Up @@ -684,6 +708,7 @@
"type": "string"
},
"name": {
"default": "",
"type": "string"
},
"optional": {
Expand Down Expand Up @@ -720,6 +745,9 @@
"properties": {
"name": {
"type": "string"
},
"request": {
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -803,6 +831,7 @@
"type": "string"
},
"name": {
"default": "",
"type": "string"
},
"optional": {
Expand Down Expand Up @@ -866,6 +895,7 @@
"type": "string"
},
"name": {
"default": "",
"type": "string"
},
"optional": {
Expand Down Expand Up @@ -921,6 +951,9 @@
"properties": {
"name": {
"type": "string"
},
"request": {
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -1004,6 +1037,7 @@
"type": "string"
},
"name": {
"default": "",
"type": "string"
},
"optional": {
Expand Down Expand Up @@ -1067,6 +1101,7 @@
"type": "string"
},
"name": {
"default": "",
"type": "string"
},
"optional": {
Expand Down Expand Up @@ -1113,6 +1148,7 @@
"type": "string"
},
"name": {
"default": "",
"type": "string"
},
"optional": {
Expand Down Expand Up @@ -1176,6 +1212,7 @@
"type": "string"
},
"name": {
"default": "",
"type": "string"
},
"optional": {
Expand Down Expand Up @@ -1212,6 +1249,9 @@
"properties": {
"name": {
"type": "string"
},
"request": {
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -1295,6 +1335,7 @@
"type": "string"
},
"name": {
"default": "",
"type": "string"
},
"optional": {
Expand Down Expand Up @@ -1358,6 +1399,7 @@
"type": "string"
},
"name": {
"default": "",
"type": "string"
},
"optional": {
Expand Down Expand Up @@ -1394,6 +1436,9 @@
"properties": {
"name": {
"type": "string"
},
"request": {
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -1493,6 +1538,7 @@
"type": "string"
},
"name": {
"default": "",
"type": "string"
},
"optional": {
Expand Down Expand Up @@ -1556,6 +1602,7 @@
"type": "string"
},
"name": {
"default": "",
"type": "string"
},
"optional": {
Expand Down Expand Up @@ -1592,6 +1639,9 @@
"properties": {
"name": {
"type": "string"
},
"request": {
"type": "string"
}
},
"required": [
Expand Down
Loading

0 comments on commit ddd9802

Please sign in to comment.