Skip to content

Conversation

@dmitryk-dk
Copy link
Contributor

Describe Your Changes

Implemented endpoint like VictoriaMetrics has /select/admin/tenants. This endpoint returns tenants from the storage as slice of strings like []{"0:0", "1:0"}.
This endpoint can help to build UI with requests per tenant.

{
  "status": "success",
  "data": [
    "0:0",
    "2:1",
    "3:1"
  ]
}

Checked both solutions, single version and cluster. Fixed all comments from this PR

Checklist

The following checks are mandatory:

@AndrewChubatiuk AndrewChubatiuk merged commit 2b3b6d4 into master Jul 7, 2025
5 of 6 checks passed
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