removedInput schema / properties / jsonbFilters
Removed value: -{
- "description": "JSONB path filters",
- "items": {
- "additionalProperties": false,
- "properties": {
- "castAs": {
- "enum": [
- "text",
- "int",
- "float",
- "boolean"
- ],
- "type": "string"
- },
- "column": {
- "enum": [
- "inputValue",
- "outputValue",
- "metadata",
- "status"
- ],
- "type": "string"
- },
- "contains": {
- "type": "string"
- },
- "decodeBase64": {
- "type": "boolean"
- },
- "endsWith": {
- "type": "string"
- },
- "eq": {
- "type": [
- "string",
- "number",
- "boolean",
- "null"
- ]
- },
- "gt": {
- "type": "number"
- },
- "gte": {
- "type": "number"
- },
- "in": {
- "items": {
- "type": [
- "string",
- "number"
- ]
- },
- "type": "array"
- },
- "isNull": {
- "type": "boolean"
- },
- "jsonPath": {
- "pattern": "^\\$",
- "type": "string"
- },
- "lt": {
- "type": "number"
- },
- "lte": {
- "type": "number"
- },
- "neq": {
- "type": [
- "string",
- "number",
- "boolean",
- "null"
- ]
- },
- "startsWith": {
- "type": "string"
- },
- "thenPath": {
- "pattern": "^\\$",
- "type": "string"
- }
- },
- "required": [
- "column",
- "jsonPath"
- ],
- "type": "object"
- },
- "type": "array"
-}
removedInput schema / properties / where / properties / AND
Removed value: -{
- "items": {
- "$ref": "#/properties/where"
- },
- "type": "array"
-}
removedInput schema / properties / where / properties / OR
Removed value: -{
- "items": {
- "$ref": "#/properties/where"
- },
- "type": "array"
-}
addedInput schema / properties / where / properties / and
Added value: +{
+ "default": [],
+ "items": {
+ "$ref": "#/properties/where"
+ },
+ "type": "array"
+}
removedInput schema / properties / where / properties / duration
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "eq": {
- "type": "number"
- },
- "gt": {
- "type": "number"
- },
- "gte": {
- "type": "number"
- },
- "lt": {
- "type": "number"
- },
- "lte": {
- "type": "number"
- },
- "neq": {
- "type": "number"
- }
- },
- "type": "object"
-}
removedInput schema / properties / where / properties / environment
Removed value: -{
- "$ref": "#/properties/where/properties/name"
-}
addedInput schema / properties / where / properties / fields
Added value: +{
+ "additionalProperties": {
+ "additionalProperties": false,
+ "properties": {
+ "access": {
+ "additionalProperties": false,
+ "properties": {
+ "castAs": {},
+ "decode": {},
+ "thenPath": {
+ "pattern": "^\\$",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "betweenTimestamps": {
+ "additionalProperties": false,
+ "properties": {
+ "end": {
+ "format": "date-time",
+ "type": "string"
+ },
+ "start": {
+ "format": "date-time",
+ "type": "string"
+ }
+ },
+ "required": [
+ "start",
+ "end"
+ ],
+ "type": "object"
+ },
+ "contains": {
+ "type": "string"
+ },
+ "endsWith": {
+ "type": "string"
+ },
+ "eq": {
+ "type": [
+ "string",
+ "number",
+ "boolean",
+ "null"
+ ]
+ },
+ "gt": {
+ "$ref": "#/properties/where/properties/fields/additionalProperties/properties/eq"
+ },
+ "gte": {
+ "$ref": "#/properties/where/properties/fields/additionalProperties/properties/eq"
+ },
+ "inValues": {
+ "items": {
+ "$ref": "#/properties/where/properties/fields/additionalProperties/properties/eq"
+ },
+ "type": "array"
+ },
+ "isNull": {
+ "type": "boolean"
+ },
+ "lt": {
+ "$ref": "#/properties/where/properties/fields/additionalProperties/properties/eq"
+ },
+ "lte": {
+ "$ref": "#/properties/where/properties/fields/additionalProperties/properties/eq"
+ },
+ "neq": {
+ "$ref": "#/properties/where/properties/fields/additionalProperties/properties/eq"
+ },
+ "notInValues": {
+ "items": {
+ "$ref": "#/properties/where/properties/fields/additionalProperties/properties/eq"
+ },
+ "type": "array"
+ },
+ "startsWith": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "default": {},
+ "type": "object"
+}
removedInput schema / properties / where / properties / instrumentationName
Removed value: -{
- "$ref": "#/properties/where/properties/name"
-}
removedInput schema / properties / where / properties / isRootSpan
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "eq": {
- "type": "boolean"
- }
- },
- "required": [
- "eq"
- ],
- "type": "object"
-}
removedInput schema / properties / where / properties / name
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "contains": {
- "type": "string"
- },
- "endsWith": {
- "type": "string"
- },
- "eq": {
- "type": "string"
- },
- "in": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "neq": {
- "type": "string"
- },
- "startsWith": {
- "type": "string"
- }
- },
- "type": "object"
-}
addedInput schema / properties / where / properties / not
Added value: +{
+ "$ref": "#/properties/where"
+}
addedInput schema / properties / where / properties / or
Added value: +{
+ "default": [],
+ "items": {
+ "$ref": "#/properties/where"
+ },
+ "type": "array"
+}
removedInput schema / properties / where / properties / packageName
Removed value: -{
- "$ref": "#/properties/where/properties/name"
-}
removedInput schema / properties / where / properties / spanId
Removed value: -{
- "$ref": "#/properties/where/properties/name"
-}
removedInput schema / properties / where / properties / traceId
Removed value: -{
- "$ref": "#/properties/where/properties/name"
-}