From 44d77f3a251fee0f4dff31fe67fcbe3d4e07ab77 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Fri, 5 Apr 2024 15:38:55 +0200 Subject: [PATCH] Fix typo in docstring --- deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.py b/deploy.py index c5c9802..7860a50 100755 --- a/deploy.py +++ b/deploy.py @@ -83,7 +83,7 @@ def deploy_dashboard(dashboard_path, folder_uid, api, global_dash=False): def get_label_values(api, ds_id, template_query): """ Return response to a `label_values` template query -j + `label_values` isn't actually a prometheus thing - it is an API call that grafana makes. This function tries to mimic that. Useful for populating variables in a dashboard