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

New collector; telemetry discussion #265 #380

Merged
merged 8 commits into from
Sep 18, 2023
Merged

New collector; telemetry discussion #265 #380

merged 8 commits into from
Sep 18, 2023

Conversation

effoeffi
Copy link
Collaborator

@effoeffi effoeffi commented Sep 16, 2023

telemetry discussion #265

@codecov-commenter
Copy link

codecov-commenter commented Sep 16, 2023

Codecov Report

Merging #380 (552f41b) into main (0b70724) will decrease coverage by 0.06%.
The diff coverage is 0.00%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##             main     #380      +/-   ##
==========================================
- Coverage   81.73%   81.67%   -0.06%     
==========================================
  Files         195      195              
  Lines       10624    10631       +7     
==========================================
  Hits         8683     8683              
- Misses       1644     1651       +7     
  Partials      297      297              
Flag Coverage Δ
unittests 81.67% <0.00%> (-0.06%) ⬇️

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

Files Changed Coverage Δ
internal/run.go 62.85% <0.00%> (-6.99%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@@ -70,7 +71,14 @@ func strategy() func(*cobra.Command) int {
c := make(chan int)
go func() {
defer close(c)
_ = client.NewCollector().Send(cmd)
_ = client.NewCollector(util.NewStringSet().Add("err-ignore").
Copy link
Collaborator

Choose a reason for hiding this comment

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

Ideally, we should generate this list automatically from the flags so that we don't need to remember to update this every time a new flag is added.
I'll open an enhancement issue to remind us.

@effoeffi effoeffi changed the title New collector; discussion #265 New collector; telemetry discussion #265 Sep 17, 2023
@effoeffi effoeffi merged commit 2eb2513 into main Sep 18, 2023
8 checks passed
@effoeffi effoeffi deleted the new_collector branch September 18, 2023 05:19
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.

None yet

3 participants