Skip to content

feat: Allow configuring custom metrics on updater - #566

Open
mahendrapaipuri wants to merge 2 commits into
mainfrom
feat/apiserver/custom-metrics-support
Open

feat: Allow configuring custom metrics on updater#566
mahendrapaipuri wants to merge 2 commits into
mainfrom
feat/apiserver/custom-metrics-support

Conversation

@mahendrapaipuri

@mahendrapaipuri mahendrapaipuri commented Jul 25, 2026

Copy link
Copy Markdown
Collaborator
  • Custom metrics for variants total, avg, min and max can be configured by the sysadmins on the updater so that CEEMS DB will keep these metrics for easy retrieval later. The limitation is that these metrics must be scalar values and there is no possibility to save vectors for the instant

  • For the moment they are not really documented as they are very advanced level and only included in example config file

  • Added unit and e2e tests

Closes #559

* Custom metrics for variants total, avg, min and max can be configured by the sysadmins on the updater so that CEEMS DB will keep these metrics for easy retrieval later. The limitation is that these metrics must be scalar values and there is no possibility to save vectors for the instant

* For the moment they are not really documented as they are very advanced level and only included in example config file

* Added unit and e2e tests

Signed-off-by: Mahendra Paipuri <mahendra.paipuri@gmail.com>
@mahendrapaipuri mahendrapaipuri added the enhancement New feature or request label Jul 25, 2026
Signed-off-by: Mahendra Paipuri <mahendra.paipuri@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support configuring custom metrics for API server

1 participant