Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annotate dashboard and recommended monitors validation #9899

Merged
merged 13 commits into from
Sep 2, 2021
Prev Previous commit
Fix style'
  • Loading branch information
ChristineTChen committed Aug 31, 2021
commit 2cee0064b572fd4a6ac9452d7aa421ed9a733371
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,11 @@ def dashboards(check):
missing_fields = REQUIRED_ATTRIBUTES.difference(all_keys)
file_failed = True
display_queue.append(
(echo_failure, f" {dashboard_filename} does not contain the required fields: {', '.join(sorted(missing_fields))}"),
(
echo_failure,
f" {dashboard_filename} does not contain the required fields: "
f"{', '.join(sorted(missing_fields))}",
),
)

# Confirm the dashboard payload comes from the old API for now
Expand Down