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

Integrate Statsviz #3591

Merged
merged 6 commits into from Oct 17, 2023
Merged

Integrate Statsviz #3591

merged 6 commits into from Oct 17, 2023

Conversation

codenoid
Copy link
Contributor

@codenoid codenoid commented Oct 16, 2023

Description

Implement Statsviz to debug server as requested in #3529

Closes #3529.

Readiness checklist

  • I added/updated unit tests (and they pass).
  • I added/updated integration/compatibility tests (and they pass).
  • I added/updated comments and checked rendering.
  • I made spot refactorings.
  • I updated user documentation.
  • I ran task all, and it passed.
  • I ensured that PR title is good enough for the changelog.
  • (for maintainers only) I set Reviewers (@FerretDB/core), Milestone (Next), Labels, Project and project's Sprint fields.
  • I marked all done items in this checklist.

image

image

@codenoid codenoid requested review from AlekSi and a team as code owners October 16, 2023 19:44
@CLAassistant
Copy link

CLAassistant commented Oct 16, 2023

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

Merging #3591 (ad3c176) into main (6131bf4) will decrease coverage by 0.14%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3591      +/-   ##
==========================================
- Coverage   61.65%   61.51%   -0.14%     
==========================================
  Files         426      426              
  Lines       27395    27401       +6     
==========================================
- Hits        16890    16857      -33     
- Misses       9506     9541      +35     
- Partials      999     1003       +4     
Files Coverage Δ
internal/util/debug/debug.go 87.50% <100.00%> (+1.29%) ⬆️

... and 12 files with indirect coverage changes

Flag Coverage Δ
filter-true 58.06% <100.00%> (-0.10%) ⬇️
hana-1 ?
integration 58.06% <100.00%> (-0.10%) ⬇️
mongodb-1 4.50% <100.00%> (+0.02%) ⬆️
postgresql-1 41.17% <100.00%> (-0.04%) ⬇️
postgresql-2 41.79% <100.00%> (+<0.01%) ⬆️
postgresql-3 40.05% <100.00%> (+0.02%) ⬆️
sort-false 58.06% <100.00%> (-0.10%) ⬇️
sqlite-1 41.07% <100.00%> (+0.04%) ⬆️
sqlite-2 41.96% <100.00%> (+0.02%) ⬆️
sqlite-3 40.07% <100.00%> (-0.02%) ⬇️
unit 22.41% <0.00%> (-0.06%) ⬇️

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

@AlekSi AlekSi changed the title debug: Integrate Statsviz Integrate Statsviz Oct 17, 2023
@AlekSi AlekSi added this to the Next milestone Oct 17, 2023
@AlekSi AlekSi added the code/chore Code maintenance improvements label Oct 17, 2023
@AlekSi AlekSi merged commit eb63b11 into FerretDB:main Oct 17, 2023
26 of 27 checks passed
@AlekSi
Copy link
Member

AlekSi commented Oct 17, 2023

Thank you!

@AlekSi AlekSi added community Issues and PRs assigned to community members code/feature Some user-visible feature is not implemented yet and removed code/chore Code maintenance improvements labels Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code/feature Some user-visible feature is not implemented yet community Issues and PRs assigned to community members
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Integrate Statsviz
3 participants