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 --ignore to logfire inspect #748

Merged
merged 4 commits into from
Dec 31, 2024
Merged

Add --ignore to logfire inspect #748

merged 4 commits into from
Dec 31, 2024

Conversation

Kludex
Copy link
Member

@Kludex Kludex commented Dec 30, 2024

No description provided.

Copy link

cloudflare-workers-and-pages bot commented Dec 30, 2024

Deploying logfire-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: ab06905
Status: ✅  Deploy successful!
Preview URL: https://d0eaaf3a.logfire-docs.pages.dev
Branch Preview URL: https://add-ignore-to-logfire-inspec.logfire-docs.pages.dev

View logs

Copy link

codecov bot commented Dec 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (27bfae2) to head (ab06905).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #748   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          137       137           
  Lines        10926     10935    +9     
  Branches      1549      1550    +1     
=========================================
+ Hits         10926     10935    +9     

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

@Kludex Kludex requested a review from alexmojaki December 30, 2024 14:41
['urllib3', 'requests'],
{
'opentelemetry-instrumentation-requests',
'opentelemetry-instrumentation-urllib',
'opentelemetry-instrumentation-sqlite3',
},
),
(
'inspect --ignore urllib --ignore sqlite3',
Copy link
Contributor

Choose a reason for hiding this comment

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

i think i'd much rather write inspect --ignore urllib,sqlite3

Copy link
Member Author

Choose a reason for hiding this comment

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

Click accepts both for lists. I never use the comma, but I've created a custom action to do it.

@Kludex Kludex force-pushed the add-ignore-to-logfire-inspect branch from 3e53e94 to 8cb110b Compare December 31, 2024 10:04
@Kludex Kludex enabled auto-merge (squash) December 31, 2024 11:08
@Kludex Kludex merged commit 9ea398a into main Dec 31, 2024
12 checks passed
@Kludex Kludex deleted the add-ignore-to-logfire-inspect branch December 31, 2024 12:26
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