Skip to content

Commit

Permalink
PMM-13416 Regenerate.
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk committed Nov 7, 2024
1 parent c038466 commit eb794da
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 4 deletions.
24 changes: 22 additions & 2 deletions api/swagger/swagger-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -17559,8 +17559,18 @@
"x-order": 10
},
"log_level": {
"description": "Log level for exporter.",
"description": "- LOG_LEVEL_UNSPECIFIED: Auto",
"type": "string",
"title": "Log level for exporters",
"default": "LOG_LEVEL_UNSPECIFIED",
"enum": [
"LOG_LEVEL_UNSPECIFIED",
"LOG_LEVEL_FATAL",
"LOG_LEVEL_ERROR",
"LOG_LEVEL_WARN",
"LOG_LEVEL_INFO",
"LOG_LEVEL_DEBUG"
],
"x-order": 11
},
"max_query_length": {
Expand Down Expand Up @@ -19043,8 +19053,18 @@
"x-order": 10
},
"log_level": {
"description": "Log level for exporter.",
"description": "- LOG_LEVEL_UNSPECIFIED: Auto",
"type": "string",
"title": "Log level for exporters",
"default": "LOG_LEVEL_UNSPECIFIED",
"enum": [
"LOG_LEVEL_UNSPECIFIED",
"LOG_LEVEL_FATAL",
"LOG_LEVEL_ERROR",
"LOG_LEVEL_WARN",
"LOG_LEVEL_INFO",
"LOG_LEVEL_DEBUG"
],
"x-order": 11
},
"max_query_length": {
Expand Down
24 changes: 22 additions & 2 deletions api/swagger/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -16601,8 +16601,18 @@
"x-order": 10
},
"log_level": {
"description": "Log level for exporter.",
"description": "- LOG_LEVEL_UNSPECIFIED: Auto",
"type": "string",
"title": "Log level for exporters",
"default": "LOG_LEVEL_UNSPECIFIED",
"enum": [
"LOG_LEVEL_UNSPECIFIED",
"LOG_LEVEL_FATAL",
"LOG_LEVEL_ERROR",
"LOG_LEVEL_WARN",
"LOG_LEVEL_INFO",
"LOG_LEVEL_DEBUG"
],
"x-order": 11
},
"max_query_length": {
Expand Down Expand Up @@ -18085,8 +18095,18 @@
"x-order": 10
},
"log_level": {
"description": "Log level for exporter.",
"description": "- LOG_LEVEL_UNSPECIFIED: Auto",
"type": "string",
"title": "Log level for exporters",
"default": "LOG_LEVEL_UNSPECIFIED",
"enum": [
"LOG_LEVEL_UNSPECIFIED",
"LOG_LEVEL_FATAL",
"LOG_LEVEL_ERROR",
"LOG_LEVEL_WARN",
"LOG_LEVEL_INFO",
"LOG_LEVEL_DEBUG"
],
"x-order": 11
},
"max_query_length": {
Expand Down

0 comments on commit eb794da

Please sign in to comment.