We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
I often want to access the tenant limits configured on a tempo instance through an HTTP API.
Describe the solution you'd like
Add a runtime config handler that provides information from the runtimeCfg manager.
Currently the runtimeCfg manager is implemented as a subservice of the Overrides module.
tempo/modules/overrides/overrides.go
Lines 61 to 71 in 5ad92c9
We should split the runtimeCfg manager as a separate service and register an API endpoint for it. Cortex implementation for reference: https://github.com/cortexproject/cortex/blob/fbf067776f612ec33e7228430d4670ef566b57ec/pkg/cortex/modules.go#L150-L178
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
mapno
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
I often want to access the tenant limits configured on a tempo instance through an HTTP API.
Describe the solution you'd like
Add a runtime config handler that provides information from the runtimeCfg manager.
Currently the runtimeCfg manager is implemented as a subservice of the Overrides module.
tempo/modules/overrides/overrides.go
Lines 61 to 71 in 5ad92c9
We should split the runtimeCfg manager as a separate service and register an API endpoint for it. Cortex implementation for reference:
https://github.com/cortexproject/cortex/blob/fbf067776f612ec33e7228430d4670ef566b57ec/pkg/cortex/modules.go#L150-L178
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: