Skip to content

Commit 2f1d821

Browse files
chore: update api schema dump
Co-authored-by: octodog <mu001@lablup.com>
1 parent db7705a commit 2f1d821

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
@@ -17497,7 +17497,7 @@
1749717497
"type": "string"
1749817498
},
1749917499
"query_template": {
17500-
"description": "PromQL template with placeholders",
17500+
"description": "PromQL template with Jinja placeholders ({{ labels }}, {{ window }}, {{ group_by }})",
1750117501
"title": "Query Template",
1750217502
"type": "string"
1750317503
},
@@ -17835,7 +17835,7 @@
1783517835
}
1783617836
],
1783717837
"default": null,
17838-
"description": "Updated PromQL template with placeholders",
17838+
"description": "Updated PromQL template with Jinja placeholders ({{ labels }}, {{ window }}, {{ group_by }})",
1783917839
"title": "Query Template"
1784017840
},
1784117841
"time_window": {

0 commit comments

Comments
 (0)