-
Notifications
You must be signed in to change notification settings - Fork 245
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
mixin: Add SR to remote_write dashboard #1100
Conversation
7c9b8bd
to
57bab61
Compare
57bab61
to
76d8fed
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gave a very vague overview, LGTM
# jsonnet files, reporting that the the Alloy dashboard folder "cannot be | ||
# found" after creating it. | ||
RUN go install github.com/grafana/grizzly/cmd/[email protected] | ||
RUN go install github.com/grafana/grizzly/cmd/[email protected] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will need to bump it once we land grafana/grizzly#458 upstream.
+ g.dashboard.withTagsMixin($._config.dashboardTag) | ||
+ g.dashboard.withUid(std.md5(dashboardName)), | ||
}, | ||
}, | ||
'alloy-logs.json': alloyLogs.dashboards.logs, | ||
[dashboardName]: alloyLogs.dashboards.logs, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without these changes, grr
will not be able to push the dashboards.
]) | ||
), | ||
|
||
// Write latency |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just moved from below. I like SR & latency to be the topline as they're main objectives.
PR Description
Which issue(s) this PR fixes
Notes to the Reviewer
PR Checklist