-
Notifications
You must be signed in to change notification settings - Fork 33
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
Update local observability stack steps #886
Conversation
2eb4ff5
to
3154461
Compare
Signed-off-by: David Martin <davmarti@redhat.com>
3154461
to
04a5a8c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #886 +/- ##
==========================================
+ Coverage 80.20% 81.05% +0.84%
==========================================
Files 64 89 +25
Lines 4492 6899 +2407
==========================================
+ Hits 3603 5592 +1989
- Misses 600 886 +286
- Partials 289 421 +132
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
I don't know if you want to change that image path in this PR, but this all works for me locally after that change anyway.
Signed-off-by: David Martin <davmarti@redhat.com>
Thanks @philbrookes for finding the problems here and verifying the updated cmds. |
I suspect at some point during the last batch of updates to the
quickstart-setup.sh
script, changes were made to the observability kustomize config that meant the steps to install the stack separately (like after runningmake local-setup
) no longer worked. 1 example of this is switching to a thanos datasource by default instead of prometheus (to allow for easier multicluster development & trialling locally).The changes in this PR update the observability README with the manual steps pulled from the
quickstart-setup.sh
script to set up the observability stack, including example alerts & dashboards.