This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
Grafana - Add default datasources, dashboards and optional ingress based on contour. #567
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it
This PR includes
prometheus
as a default datasource, as users install grafana following installing the Prometheus InstalledPackage. This also includes a couple of out of the box dashboards for cluster monitoring.Which issue(s) this PR fixes
NONE
Describe testing done for PR
Ran
make check
Used the hack/addon-dev/dev-deploy-addon.sh script to successfully upload and deploy the new bundle successfully.
Port forwarded grafana and verified that grafana contains a default datasource and two default dashboards.
For Optional Ingress testing: Deployed Grafana on a tkg environment with contour as ingress. Verified using fqdn that grafana is accessible.
Special notes for your reviewer
NONE
Does this PR introduce a user-facing change?
Users will be able to see a default prometheus datasource if they install grafana after installing the Prometheus package.
They will also get out of the box dashboards for cluster monitoring.
Cc: @LukeWinikates