Skip to content

Commit

Permalink
go.d: schemas: add missing "body" and "method" (netdata#17325)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyam8 authored Apr 5, 2024
1 parent 128f112 commit b6bffed
Show file tree
Hide file tree
Showing 40 changed files with 584 additions and 13 deletions.
14 changes: 14 additions & 0 deletions src/go/collectors/go.d.plugin/modules/activemq/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,14 @@
"description": "The path to the client key file for TLS authentication.",
"type": "string",
"pattern": "^$|^/"
},
"body": {
"title": "Body",
"type": "string"
},
"method": {
"title": "Method",
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -195,6 +203,12 @@
"uiOptions": {
"fullPage": true
},
"body": {
"ui:widget": "hidden"
},
"method": {
"ui:widget": "hidden"
},
"timeout": {
"ui:help": "Accepts decimals for precise control (e.g., type 1.5 for 1.5 seconds)."
},
Expand Down
14 changes: 14 additions & 0 deletions src/go/collectors/go.d.plugin/modules/apache/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@
"description": "The path to the client key file for TLS authentication.",
"type": "string",
"pattern": "^$|^/"
},
"body": {
"title": "Body",
"type": "string"
},
"method": {
"title": "Method",
"type": "string"
}
},
"required": [
Expand All @@ -106,6 +114,12 @@
"uiOptions": {
"fullPage": true
},
"body": {
"ui:widget": "hidden"
},
"method": {
"ui:widget": "hidden"
},
"timeout": {
"ui:help": "Accepts decimals for precise control (e.g., type 1.5 for 1.5 seconds)."
},
Expand Down
14 changes: 14 additions & 0 deletions src/go/collectors/go.d.plugin/modules/bind/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@
"description": "The path to the client key file for TLS authentication.",
"type": "string",
"pattern": "^$|^/"
},
"body": {
"title": "Body",
"type": "string"
},
"method": {
"title": "Method",
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -150,6 +158,12 @@
"uiOptions": {
"fullPage": true
},
"body": {
"ui:widget": "hidden"
},
"method": {
"ui:widget": "hidden"
},
"timeout": {
"ui:help": "Accepts decimals for precise control (e.g., type 1.5 for 1.5 seconds)."
},
Expand Down
14 changes: 14 additions & 0 deletions src/go/collectors/go.d.plugin/modules/cassandra/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@
"description": "The path to the client key file for TLS authentication.",
"type": "string",
"pattern": "^$|^/"
},
"body": {
"title": "Body",
"type": "string"
},
"method": {
"title": "Method",
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -150,6 +158,12 @@
"uiOptions": {
"fullPage": true
},
"body": {
"ui:widget": "hidden"
},
"method": {
"ui:widget": "hidden"
},
"timeout": {
"ui:help": "Accepts decimals for precise control (e.g., type 1.5 for 1.5 seconds)."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@
"description": "The path to the client key file for TLS authentication.",
"type": "string",
"pattern": "^$|^/"
},
"body": {
"title": "Body",
"type": "string"
},
"method": {
"title": "Method",
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -150,6 +158,12 @@
"uiOptions": {
"fullPage": true
},
"body": {
"ui:widget": "hidden"
},
"method": {
"ui:widget": "hidden"
},
"timeout": {
"ui:help": "Accepts decimals for precise control (e.g., type 1.5 for 1.5 seconds)."
},
Expand Down
14 changes: 14 additions & 0 deletions src/go/collectors/go.d.plugin/modules/consul/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@
"description": "The path to the client key file for TLS authentication.",
"type": "string",
"pattern": "^$|^/"
},
"body": {
"title": "Body",
"type": "string"
},
"method": {
"title": "Method",
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -157,6 +165,12 @@
"uiOptions": {
"fullPage": true
},
"body": {
"ui:widget": "hidden"
},
"method": {
"ui:widget": "hidden"
},
"timeout": {
"ui:help": "Accepts decimals for precise control (e.g., type 1.5 for 1.5 seconds)."
},
Expand Down
14 changes: 14 additions & 0 deletions src/go/collectors/go.d.plugin/modules/coredns/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,14 @@
"description": "The path to the client key file for TLS authentication.",
"type": "string",
"pattern": "^$|^/"
},
"body": {
"title": "Body",
"type": "string"
},
"method": {
"title": "Method",
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -229,6 +237,12 @@
}
]
},
"body": {
"ui:widget": "hidden"
},
"method": {
"ui:widget": "hidden"
},
"timeout": {
"ui:help": "Accepts decimals for precise control (e.g., type 1.5 for 1.5 seconds)."
},
Expand Down
14 changes: 14 additions & 0 deletions src/go/collectors/go.d.plugin/modules/couchbase/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@
"description": "The path to the client key file for TLS authentication.",
"type": "string",
"pattern": "^$|^/"
},
"body": {
"title": "Body",
"type": "string"
},
"method": {
"title": "Method",
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -150,6 +158,12 @@
"uiOptions": {
"fullPage": true
},
"body": {
"ui:widget": "hidden"
},
"method": {
"ui:widget": "hidden"
},
"timeout": {
"ui:help": "Accepts decimals for precise control (e.g., type 1.5 for 1.5 seconds)."
},
Expand Down
14 changes: 14 additions & 0 deletions src/go/collectors/go.d.plugin/modules/couchdb/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@
"description": "The path to the client key file for TLS authentication.",
"type": "string",
"pattern": "^$|^/"
},
"body": {
"title": "Body",
"type": "string"
},
"method": {
"title": "Method",
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -164,6 +172,12 @@
"uiOptions": {
"fullPage": true
},
"body": {
"ui:widget": "hidden"
},
"method": {
"ui:widget": "hidden"
},
"timeout": {
"ui:help": "Accepts decimals for precise control (e.g., type 1.5 for 1.5 seconds)."
},
Expand Down
14 changes: 14 additions & 0 deletions src/go/collectors/go.d.plugin/modules/dnsdist/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@
"description": "The path to the client key file for TLS authentication.",
"type": "string",
"pattern": "^$|^/"
},
"body": {
"title": "Body",
"type": "string"
},
"method": {
"title": "Method",
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -150,6 +158,12 @@
"uiOptions": {
"fullPage": true
},
"body": {
"ui:widget": "hidden"
},
"method": {
"ui:widget": "hidden"
},
"timeout": {
"ui:help": "Accepts decimals for precise control (e.g., type 1.5 for 1.5 seconds)."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@
"description": "The path to the client key file for TLS authentication.",
"type": "string",
"pattern": "^$|^/"
},
"body": {
"title": "Body",
"type": "string"
},
"method": {
"title": "Method",
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -150,6 +158,12 @@
}
]
},
"body": {
"ui:widget": "hidden"
},
"method": {
"ui:widget": "hidden"
},
"timeout": {
"ui:help": "Accepts decimals for precise control (e.g., type 1.5 for 1.5 seconds)."
},
Expand Down
14 changes: 14 additions & 0 deletions src/go/collectors/go.d.plugin/modules/dockerhub/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,14 @@
"description": "The path to the client key file for TLS authentication.",
"type": "string",
"pattern": "^$|^/"
},
"body": {
"title": "Body",
"type": "string"
},
"method": {
"title": "Method",
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -167,6 +175,12 @@
"uiOptions": {
"fullPage": true
},
"body": {
"ui:widget": "hidden"
},
"method": {
"ui:widget": "hidden"
},
"timeout": {
"ui:help": "Accepts decimals for precise control (e.g., type 1.5 for 1.5 seconds)."
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,14 @@
"description": "The path to the client key file for TLS authentication.",
"type": "string",
"pattern": "^$|^/"
},
"body": {
"title": "Body",
"type": "string"
},
"method": {
"title": "Method",
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -185,6 +193,12 @@
"uiOptions": {
"fullPage": true
},
"body": {
"ui:widget": "hidden"
},
"method": {
"ui:widget": "hidden"
},
"timeout": {
"ui:help": "Accepts decimals for precise control (e.g., type 1.5 for 1.5 seconds)."
},
Expand Down
14 changes: 14 additions & 0 deletions src/go/collectors/go.d.plugin/modules/envoy/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@
"description": "The path to the client key file for TLS authentication.",
"type": "string",
"pattern": "^$|^/"
},
"body": {
"title": "Body",
"type": "string"
},
"method": {
"title": "Method",
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -150,6 +158,12 @@
"uiOptions": {
"fullPage": true
},
"body": {
"ui:widget": "hidden"
},
"method": {
"ui:widget": "hidden"
},
"timeout": {
"ui:help": "Accepts decimals for precise control (e.g., type 1.5 for 1.5 seconds)."
},
Expand Down
Loading

0 comments on commit b6bffed

Please sign in to comment.