Added log search & prometheus extra params configuration (#700)

This commit is contained in:
Alex
2021-04-21 01:39:14 -05:00
committed by GitHub
parent c81da22e8a
commit 62745e9ff2
17 changed files with 640 additions and 530 deletions

View File

@@ -3943,6 +3943,9 @@ func init() {
"type": "string"
}
},
"logSearchConfiguration": {
"$ref": "#/definitions/logSearchConfiguration"
},
"mounth_path": {
"type": "string"
},
@@ -3959,6 +3962,9 @@ func init() {
"$ref": "#/definitions/pool"
}
},
"prometheusConfiguration": {
"$ref": "#/definitions/prometheusConfiguration"
},
"secret_key": {
"type": "string"
},
@@ -4553,6 +4559,19 @@ func init() {
}
}
},
"logSearchConfiguration": {
"type": "object",
"properties": {
"storageClass": {
"type": "string",
"default": ""
},
"storageSize": {
"type": "number",
"default": 5
}
}
},
"logSearchResponse": {
"type": "object",
"properties": {
@@ -5379,6 +5398,19 @@ func init() {
}
}
},
"prometheusConfiguration": {
"type": "object",
"properties": {
"storageClass": {
"type": "string",
"default": ""
},
"storageSize": {
"type": "number",
"default": 5
}
}
},
"putBucketRetentionRequest": {
"type": "object",
"required": [
@@ -10603,6 +10635,9 @@ func init() {
"type": "string"
}
},
"logSearchConfiguration": {
"$ref": "#/definitions/logSearchConfiguration"
},
"mounth_path": {
"type": "string"
},
@@ -10619,6 +10654,9 @@ func init() {
"$ref": "#/definitions/pool"
}
},
"prometheusConfiguration": {
"$ref": "#/definitions/prometheusConfiguration"
},
"secret_key": {
"type": "string"
},
@@ -11213,6 +11251,19 @@ func init() {
}
}
},
"logSearchConfiguration": {
"type": "object",
"properties": {
"storageClass": {
"type": "string",
"default": ""
},
"storageSize": {
"type": "number",
"default": 5
}
}
},
"logSearchResponse": {
"type": "object",
"properties": {
@@ -11904,6 +11955,19 @@ func init() {
}
}
},
"prometheusConfiguration": {
"type": "object",
"properties": {
"storageClass": {
"type": "string",
"default": ""
},
"storageSize": {
"type": "number",
"default": 5
}
}
},
"putBucketRetentionRequest": {
"type": "object",
"required": [