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

Update local observability stack steps #886

Merged
merged 2 commits into from
Sep 30, 2024
Merged

Conversation

david-martin
Copy link
Contributor

@david-martin david-martin commented Sep 30, 2024

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 running make 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.

Signed-off-by: David Martin <davmarti@redhat.com>
Copy link

codecov bot commented Sep 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.05%. Comparing base (ece13e8) to head (3fabb45).
Report is 196 commits behind head on main.

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     
Flag Coverage Δ
bare-k8s-integration 6.82% <ø> (?)
controllers-integration 72.71% <ø> (?)
envoygateway-integration 49.41% <ø> (?)
gatewayapi-integration 12.48% <ø> (?)
integration ?
istio-integration 53.41% <ø> (?)
unit 28.61% <ø> (-1.42%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
api/v1beta1 (u) 84.61% <100.00%> (+13.18%) ⬆️
api/v1beta2 (u) 81.25% <75.17%> (-10.18%) ⬇️
pkg/common (u) 88.13% <ø> (-0.70%) ⬇️
pkg/istio (u) 71.51% <ø> (-2.40%) ⬇️
pkg/log (u) 94.73% <ø> (ø)
pkg/reconcilers (u) ∅ <ø> (∅)
pkg/rlptools (u) 84.26% <ø> (+4.81%) ⬆️
controllers (i) 82.43% <80.67%> (+5.63%) ⬆️

see 41 files with indirect coverage changes

Copy link
Contributor

@philbrookes philbrookes left a 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>
@david-martin david-martin merged commit abc2e19 into main Sep 30, 2024
31 checks passed
@david-martin david-martin deleted the local-observability-stack branch September 30, 2024 14:02
@david-martin
Copy link
Contributor Author

Thanks @philbrookes for finding the problems here and verifying the updated cmds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants