Skip to content

feat(observability): default tachometer frequency 1 Hz - #352

Merged
nv-yna merged 1 commit into
NVIDIA:mainfrom
nv-yna:yna/tachometer-1hz-default
Aug 27, 2026
Merged

nv-yna merged 1 commit into
NVIDIA:mainfrom
nv-yna:yna/tachometer-1hz-default

Conversation

@nv-yna

@nv-yna nv-yna commented Aug 27, 2026

Copy link
Copy Markdown
Collaborator

Lowers observability.tachometer.default_frequency from 5 Hz to 1 Hz.

Why: 5 Hz produced ~9M rows over a 25-minute production run (job 2806252) with no analysis consuming the extra resolution — the dashboard's panel layer works at 1 Hz — and every scrape adds load on the worker /metrics endpoints (the same perturbation concern that motivated the complement design in #350). 1 Hz matches the retired RAW scraper's cadence, so default capture density is unchanged from what runs relied on before the consolidation. Recipes that need higher resolution (e.g. DCGM power transients) set default_frequency explicitly.

Default pinned by a new test; docs table + example aligned. make check green (1463 passed).

5 Hz produced ~9M rows over a 25-minute production run (job 2806252)
with no analysis consuming the extra resolution, and every scrape adds
load on the worker endpoints. 1 Hz matches the retired RAW scraper's
cadence, so the default capture density is unchanged from what runs
relied on before the consolidation. Per-endpoint needs (e.g. DCGM
power transients) can still raise it via observability.tachometer.
default_frequency.

Signed-off-by: Yuewei Na <nv-yna@users.noreply.github.com>
@nv-yna
nv-yna merged commit 575997f into NVIDIA:main Aug 27, 2026
6 checks passed
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@0722114). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #352   +/-   ##
=======================================
  Coverage        ?   72.02%           
=======================================
  Files           ?       95           
  Lines           ?    13017           
  Branches        ?        0           
=======================================
  Hits            ?     9375           
  Misses          ?     3642           
  Partials        ?        0           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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