Skip to content

Commit

Permalink
add hide param for prometheus query (needed by __expr__ ds)
Browse files Browse the repository at this point in the history
Signed-off-by: peekjf72 <[email protected]>
  • Loading branch information
peekjef72 authored and amotl committed Jan 26, 2025
1 parent 9c0abd9 commit 717f203
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions grafana_client/knowledge.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,10 @@ def query_factory(datasource, model: Optional[dict] = None, expression: Optional
"choices": ["time_series", "table", "heatmap"],
# "version": "8.0.0"
},
{
"name": "hide",
"default": False,
},
{
"name": "instant",
"default": False,
Expand Down

0 comments on commit 717f203

Please sign in to comment.