Skip to content

Commit 03dff42

Browse files
chore: update api schema dump
Co-authored-by: octodog <mu001@lablup.com>
1 parent 5b7c67b commit 03dff42

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

docs/manager/graphql-reference/supergraph.graphql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4556,7 +4556,9 @@ input CreateQueryDefinitionInput
45564556
"""Prometheus metric name."""
45574557
metricName: String!
45584558

4559-
"""PromQL template with {labels}, {window}, {group_by} placeholders."""
4559+
"""
4560+
PromQL template with Jinja placeholders ({{ labels }}, {{ window }}, {{ group_by }}).
4561+
"""
45604562
queryTemplate: String!
45614563

45624564
"""Default time window."""

docs/manager/graphql-reference/v2-schema.graphql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3068,7 +3068,9 @@ input CreateQueryDefinitionInput {
30683068
"""Prometheus metric name."""
30693069
metricName: String!
30703070

3071-
"""PromQL template with {labels}, {window}, {group_by} placeholders."""
3071+
"""
3072+
PromQL template with Jinja placeholders ({{ labels }}, {{ window }}, {{ group_by }}).
3073+
"""
30723074
queryTemplate: String!
30733075

30743076
"""Default time window."""

docs/manager/rest-reference/openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17511,7 +17511,7 @@
1751117511
"type": "string"
1751217512
},
1751317513
"query_template": {
17514-
"description": "PromQL template with placeholders",
17514+
"description": "PromQL template with Jinja placeholders ({{ labels }}, {{ window }}, {{ group_by }})",
1751517515
"title": "Query Template",
1751617516
"type": "string"
1751717517
},
@@ -17849,7 +17849,7 @@
1784917849
}
1785017850
],
1785117851
"default": null,
17852-
"description": "Updated PromQL template with placeholders",
17852+
"description": "Updated PromQL template with Jinja placeholders ({{ labels }}, {{ window }}, {{ group_by }})",
1785317853
"title": "Query Template"
1785417854
},
1785517855
"time_window": {

0 commit comments

Comments
 (0)