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

Fix default config value in Helm chart #961

Merged
merged 1 commit into from
Jun 24, 2024
Merged

Fix default config value in Helm chart #961

merged 1 commit into from
Jun 24, 2024

Conversation

marctc
Copy link
Contributor

@marctc marctc commented Jun 24, 2024

Current default values for Helm chart is enabling Prometheus export by default.
This is problematic in the scenarios of pushing metrics via OTEL and configuring
a Prometheus scrapper for internal metrics (specially because I used also 9090).

The comment says that block is for internal metric reportings, which is not the case.
Changing to configure internal metrics instead.

@marctc marctc requested review from grcevski and mariomac as code owners June 24, 2024 10:34
@codecov-commenter
Copy link

codecov-commenter commented Jun 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.43%. Comparing base (3a59841) to head (7ad4235).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #961      +/-   ##
==========================================
+ Coverage   79.41%   79.43%   +0.01%     
==========================================
  Files         131      131              
  Lines       10330    10330              
==========================================
+ Hits         8204     8206       +2     
+ Misses       1605     1603       -2     
  Partials      521      521              
Flag Coverage Δ
integration-test 54.34% <ø> (+0.11%) ⬆️
k8s-integration-test 58.31% <ø> (+0.02%) ⬆️
oats-test 35.94% <ø> (ø)
unittests 47.57% <ø> (ø)

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!

@marctc marctc merged commit e95a7d4 into main Jun 24, 2024
6 checks passed
@marctc marctc deleted the fix_helm_values branch July 2, 2024 12:31
mariomac added a commit to mariomac/beyla that referenced this pull request Aug 2, 2024
marctc pushed a commit that referenced this pull request Aug 5, 2024
* Revert "Fix default config value in Helm chart (#961)"

This reverts commit e95a7d4.

* Helm Chart 1.3.0 with Beyla 1.7.0
mattdurham pushed a commit to mattdurham/beyla that referenced this pull request Jan 22, 2025
mattdurham pushed a commit to mattdurham/beyla that referenced this pull request Jan 22, 2025
* Revert "Fix default config value in Helm chart (grafana#961)"

This reverts commit e95a7d4.

* Helm Chart 1.3.0 with Beyla 1.7.0
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.

3 participants