Skip to content

Add integration tests for /api/v1/status/tsdb endpoint

2536082
Select commit
Loading
Failed to load commit list.
Closed

Add per-tenant TSDB cardinality status API endpoint #7332

Add integration tests for /api/v1/status/tsdb endpoint
2536082
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Mar 6, 2026 in 4s

1 new alert including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 26 in pkg/distributor/http_server.go

See this annotation in the file changed.

Code scanning / CodeQL

Incorrect conversion between integer types High

Incorrect conversion of an integer with architecture-dependent bit size from
strconv.Atoi
to a lower bit size type int32 without an upper bound check.