Skip to content

Backport changes to visibility based app metric review of 1.1 metrics#850

Merged
KarthikSubbarao merged 6 commits intovalkey-io:1.1from
daddaman-amz:daddaman-backport-1.1
Mar 19, 2026
Merged

Backport changes to visibility based app metric review of 1.1 metrics#850
KarthikSubbarao merged 6 commits intovalkey-io:1.1from
daddaman-amz:daddaman-backport-1.1

Conversation

@daddaman-amz
Copy link
Collaborator

Main PR: #754

Changing the following metrics

<google-sheets-html-origin><style type="text/css"><!--td {border: 1px
solid #cccccc;}br {mso-data-placement:same-cell;}--></style>
APP Metric Name | Section | Unit | APP metric Description | Release
version | Notes | Action Needed
-- | -- | -- | -- | -- | -- | --
coordinator_metadata_reconciliation_completed_count | coordinator |
Count | Count number of successful global metadata reconciliations (test
only, not meanful in production) | v1.1 |
https://github.com/valkey-io/valkey-search/pull/405This was intended for
test only | Change to Dev in v1.2 and backport to v1.1
info_fanout_fail_count | fanout | Count | Count number of failed fanout
operations | v1.1 | PR:
valkey-io#337 | Change to Dev in
v1.2 and backport to v1.1
info_fanout_retry_count | fanout | Count | Count number of retries of
fanout operation | v1.1 | PR:
valkey-io#337 | Change to Dev in
v1.2 and backport to v1.1
pause_handle_cluster_message_round_count | fanout | Count | Count number
of paused handle cluster message rounds (test only) | v1.1 |
https://github.com/valkey-io/valkey-search/pull/405This was intended for
test only | Change to Dev in v1.2 and backport to v1.1
number_of_active_indexes | index_stats |   | Shows number of indexes but
should be indexes with active background indexing | v1.1 | PR:
valkey-io#314 | Needs Delete in
v1.2 and backport to v1.1Add the corrected version in future patches
number_of_active_indexes_indexing | index_stats | Bool | Current
Implementation:Boolean indicator (0 or 1) showing whether any indexes
are currently performing background indexing. Returns 1 if at least one
index is indexing, 0 if no indexes are indexing.(Name is misleading and
is not aligned with redisearch definition) | v1.1 | PR:
https://github.com/valkey-io/valkey-search/pull/314Name is misleading |
Needs Delete in v1.2 and backport to v1.1Add the corrected version in
future patches
number_of_active_indexes_running_queries | index_stats | Count | Number
of indexes currently running queries (currently returns 0 - not yet
implemented) | v1.1 | PR:
valkey-io#314 | Needs Delete in
v1.2 and backport to v1.1Add the corrected version in future patches
string_interning_memory_bytes | string_interning | Bytes | Memory used
by the string interning store (in bytes) | v1.1 | PR:
https://github.com/valkey-io/valkey-search/pull/153/changes | Change to
Dev in v1.2 and backport to v1.1
string_interning_memory_human | string_interning | String | Memory used
by the string interning store (in human-readable SI format) | v1.1 | PR:
https://github.com/valkey-io/valkey-search/pull/153/changes | Change to
Dev in v1.2 and backport to v1.1

---------

Signed-off-by: Manish Addanki <daddaman@amazon.com>
Signed-off-by: Manish Addanki <daddaman@amazon.com>
Signed-off-by: Manish Addanki <daddaman@amazon.com>
@daddaman-amz
Copy link
Collaborator Author

Needs couple of changes from https://github.com/valkey-io/valkey-search/pull/905/changes

Signed-off-by: Manish Addanki <daddaman@amazon.com>
@KarthikSubbarao
Copy link
Member

I approved this PR: #850

But no tests are running on this branch. Can we fix the github yaml file to run tests on this version as well?

https://github.com/valkey-io/valkey-search/blob/main/.github/workflows/integration_tests.yml

The workflows are all configured to run only on main and fulltext, we can update this in your PR

Just need to include 1.1 as the branch in the files in the workflows folder

Signed-off-by: Manish Addanki <daddaman@amazon.com>
Signed-off-by: Manish Addanki <daddaman@amazon.com>
@KarthikSubbarao KarthikSubbarao merged commit 2f1f314 into valkey-io:1.1 Mar 19, 2026
7 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