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

mixin: Add SR to remote_write dashboard #1100

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

thampiotr
Copy link
Contributor

@thampiotr thampiotr commented Jun 21, 2024

PR Description

  • Adds SR to remote_write section on mixin dashboard
  • Fixes some issues with grizzly locally

Which issue(s) this PR fixes

Notes to the Reviewer

image

PR Checklist

  • CHANGELOG.md updated
  • Documentation added
  • Tests updated
  • Config converters updated

@thampiotr thampiotr force-pushed the thampiotr/add-sr-to-remote-write-dash branch from 7c9b8bd to 57bab61 Compare June 21, 2024 15:03
@thampiotr thampiotr requested review from mattdurham and ptodev June 21, 2024 15:22
@thampiotr thampiotr marked this pull request as ready for review June 21, 2024 15:22
@thampiotr thampiotr force-pushed the thampiotr/add-sr-to-remote-write-dash branch from 57bab61 to 76d8fed Compare June 21, 2024 15:27
Copy link
Collaborator

@mattdurham mattdurham left a 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]
Copy link
Contributor Author

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.

Comment on lines +32 to +36
+ g.dashboard.withTagsMixin($._config.dashboardTag)
+ g.dashboard.withUid(std.md5(dashboardName)),
},
},
'alloy-logs.json': alloyLogs.dashboards.logs,
[dashboardName]: alloyLogs.dashboards.logs,
Copy link
Contributor Author

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
Copy link
Contributor Author

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.

@thampiotr thampiotr merged commit 78b1581 into main Jun 21, 2024
18 checks passed
@thampiotr thampiotr deleted the thampiotr/add-sr-to-remote-write-dash branch June 21, 2024 15:54
ToonTijtgat2 pushed a commit to ToonTijtgat2/alloy that referenced this pull request Jul 3, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants