Skip to content
New issue

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

[FEATURE] Support passing extra options to storage #262

Open
hauleth opened this issue Mar 8, 2025 · 0 comments
Open

[FEATURE] Support passing extra options to storage #262

hauleth opened this issue Mar 8, 2025 · 0 comments
Assignees

Comments

@hauleth
Copy link
Contributor

hauleth commented Mar 8, 2025

Is your feature request related to a problem? Please describe.

I want to use Peep's feature of global tags to store some global labels in each of the exported metrics. But unfortunately PromEx do not support any form of passing additional options to the storage without writing one manually, which seems to be a little bit wasteful.

Describe the solution you would like to see

Option to be able to pass extra options to the storage initialisation. Support for the global labels would be handy as well.

How would you expect this feature to work

Allow passing storage configuration options somehow. It also need to be possible to do dynamically, not just via static configuration, as some options (like global labels) can be set only during runtime (before PromEx startup, but still, not via compile-time only configuration).

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

No branches or pull requests

2 participants