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

Add Beyla debug dashboard #1098

Merged
merged 1 commit into from
Aug 21, 2024
Merged

Add Beyla debug dashboard #1098

merged 1 commit into from
Aug 21, 2024

Conversation

marctc
Copy link
Contributor

@marctc marctc commented Aug 21, 2024

This PR adds a Grafana dashboard to debug runing instace of Beyla. To get more visibilty, we recomend:

  • Enable internal metrics to visualize instrumented services.
  • Append application_process to BEYLA_PROMETHEUS_FEATURES (explained here) and instrument Beyla itself to visualize CPU and Mem consumption of Beyla.
  • Set BEYLA_LOG_LEVEL=debug to view debug logs.
  • Set BEYLA_BPF_DEBUG=1 to view BPF logs.

2024-08-21_15-17

@codecov-commenter
Copy link

codecov-commenter commented Aug 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.81%. Comparing base (3fd9525) to head (1e23719).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1098      +/-   ##
==========================================
+ Coverage   73.63%   73.81%   +0.17%     
==========================================
  Files         172      172              
  Lines       13091    13091              
==========================================
+ Hits         9640     9663      +23     
+ Misses       2901     2879      -22     
+ Partials      550      549       -1     
Flag Coverage Δ
integration-test 51.00% <ø> (-0.23%) ⬇️
k8s-integration-test 52.88% <ø> (+0.01%) ⬆️
oats-test 34.06% <ø> (+0.31%) ⬆️
unittests 45.64% <ø> (+<0.01%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@grcevski grcevski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Good stuff!

@marctc marctc merged commit f632c99 into main Aug 21, 2024
6 checks passed
@marctc marctc deleted the add_internal_dashboard branch August 21, 2024 16:16
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.

4 participants