Skip to content

fix(perf-test): add missing /api/v1 prefix to idle-state template endpoints#2798

Merged
jmacd merged 2 commits intomainfrom
fix/idle-state-template-api-prefix
May 1, 2026
Merged

fix(perf-test): add missing /api/v1 prefix to idle-state template endpoints#2798
jmacd merged 2 commits intomainfrom
fix/idle-state-template-api-prefix

Conversation

@cijothomas
Copy link
Copy Markdown
Member

The idle-state-template.yaml.j2 was using /telemetry/metrics instead of /api/v1/telemetry/metrics for both the Prometheus scraping endpoint and the ready-check URL. This caused 404 errors during idle state benchmarks.

All other test configs already had the correct /api/v1 prefix.

Change Summary

What issue does this PR close?

  • Closes #NNN

How are these changes tested?

Are there any user-facing changes?

…points

The idle-state-template.yaml.j2 was using /telemetry/metrics instead of
/api/v1/telemetry/metrics for both the Prometheus scraping endpoint and
the ready-check URL. This caused 404 errors during idle state benchmarks.

All other test configs already had the correct /api/v1 prefix.
@cijothomas cijothomas requested a review from a team as a code owner April 30, 2026 22:06
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.03%. Comparing base (993fa36) to head (7507196).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2798      +/-   ##
==========================================
- Coverage   86.04%   86.03%   -0.01%     
==========================================
  Files         704      704              
  Lines      263905   263905              
==========================================
- Hits       227085   227059      -26     
- Misses      36296    36322      +26     
  Partials      524      524              
Components Coverage Δ
otap-dataflow 86.98% <ø> (-0.02%) ⬇️
query_abstraction 80.61% <ø> (ø)
query_engine 90.76% <ø> (ø)
otel-arrow-go 52.45% <ø> (ø)
quiver 92.25% <ø> (ø)
🚀 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.

@jmacd jmacd enabled auto-merge May 1, 2026 16:15
@jmacd jmacd added this pull request to the merge queue May 1, 2026
Merged via the queue into main with commit ce35825 May 1, 2026
75 of 76 checks passed
@jmacd jmacd deleted the fix/idle-state-template-api-prefix branch May 1, 2026 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants