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

Added possibility to report histograms as single-counter as well as multiple-counters in TRequestCounters::TStatCounters #2007

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

dvrazumov
Copy link
Collaborator

@dvrazumov dvrazumov commented Sep 11, 2024

This pull request adds options to report histograms as either single or multiple counters, providing more flexibility in how monitoring data is collected and reported. The main changes:

  • Added new configuration options ReportHistogramAsMultipleCounters and ReportHistogramAsSingleCounter to the diagnostics configuration files (diagnostics.proto) and support them in NBS and Filestore
  • Updated the TRequestStats and other related classes to handle the new histogram counter options
  • Added unit tests to verify the new histogram reporting functionality

…ultiple-counters in TRequestCounters::TStatCounters
Copy link
Contributor

Note

This is an automated comment that will be appended during run.

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit 456c609.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
5585 5581 0 4 0 0

Copy link
Contributor

Note

This is an automated comment that will be appended during run.

🟢 linux-x86_64-relwithdebinfo: all tests PASSED for commit 319d200.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
5730 5727 0 0 1 2

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.

[NBS, Filestore] Support suitable for Grafana data format for histograms counters
1 participant