Skip to content

Commit

Permalink
Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Apr 5, 2024
1 parent 8fe609c commit 44d77f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44d77f3

Please sign in to comment.