-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ROX-21739: SES Monitoring * ROX-21739: PR Comments * Bump pre-commit/action from 3.0.0 to 3.0.1 (#198) Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](pre-commit/action@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: pre-commit/action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: prettier json (#200) * feat: add `rhacs_expired_at` to centrals overview panel (#199) * fix central overview table position (#202) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Ludovic Cleroux <[email protected]> Co-authored-by: Stephan Hesselmann <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michaël <[email protected]>
- Loading branch information
1 parent
5dfd7d4
commit d24144e
Showing
22 changed files
with
10,093 additions
and
10,426 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
root = true | ||
|
||
[**/*.json] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
resources/mixins/kubernetes/generated/** linguist-generated=true | ||
resources/grafana/generated/** linguist-generated=true | ||
resources/grafana/mixins/** linguist-generated=true | ||
resources/prometheus/kubernetes-mixin-alerts.yaml linguist-generated=true | ||
resources/prometheus/kubernetes-mixin-rules.yaml linguist-generated=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,4 @@ jobs: | |
tar -zxf /tmp/promtool --strip-components=1 --directory /usr/local/bin &> /dev/null | ||
- name: Patch PATH to include GOBIN | ||
run: echo "PATH=$(echo $PATH):/home/runner/go/bin" >> $GITHUB_ENV | ||
- uses: pre-commit/[email protected].0 | ||
- uses: pre-commit/[email protected].1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
resources/mixins/kubernetes/generated/** | ||
resources/grafana/generated/** | ||
resources/grafana/mixins/** | ||
resources/prometheus/kubernetes-mixin-alerts.yaml | ||
resources/prometheus/kubernetes-mixin-rules.yaml |
81 changes: 17 additions & 64 deletions
81
resources/grafana/generated/dashboards/rhacs-central-configmap.yaml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
81 changes: 17 additions & 64 deletions
81
resources/grafana/generated/dashboards/rhacs-central-dashboard.yaml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.