RED-188637: Exposing DB tags to metrics#3646
Merged
kaitlynmichael merged 3 commits intoJul 20, 2026
Merged
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
Reviewed by Cursor Bugbot for commit 72476ab. Configure here.
kaitlynmichael
approved these changes
Jul 20, 2026
kaitlynmichael
changed the base branch from
release-k8s-duckburg
to
release-rs-8.2.0
July 20, 2026 19:25
kaitlynmichael
added a commit
that referenced
this pull request
Jul 21, 2026
* RED-188637: Exposing DB tags to metrics (#3646) * RED-188637: Exposing DB tags to metrics * address comments * fix version * RS 8.2.x release docs (#3640) * DOC-6720 Added 8.2.0 row to bundled DB versions table * DOC-6722 Added 8.2 to EOL schedule + timeline * DOC-6723 Added RS 8.2 to supported platforms table * DOC-6721 Added 8.2.x to RS upgrade paths table * Add redis_server_search_total_coord_dispatch_time_ms metric (#3304) Added a new metric for total coordinator dispatch time in ms. Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com> * Create RS 8.2 release notes placeholder * Create rs-8-2-0-tba.md * Initial draft of RS 8.2 release notes index page * Initial draft of RS 8.2.0 release notes * Added auditing metrics to audit-events.md * Updated status result codes in audit-events.md * Updated notification field reference in audit-events.md * Updated notification examples in audit-events.md * Document how to enable command auditing and update connection auditing with new API examples * Adjust header levels in audit-events.md * Added filtering options to command auditing * Small copy edits for audit-events.md * Update audit-events.md intro * Added validation errors to audit-events.md * Added performance consideration for command auditing * Update BDB object reference for command auditing * Create audit_settings.md * LDAP group name, status 9 and 10 * breaking changes, limitations, deprecations * DOC-6651 RN entry * enhancements and data auditing * DOC-6650 * DOC-6651 * DOC-6037 * DOC-6476 * resolved issues * review changes * DOC-6852 * sme question * cert cipher enhancement * API reference update * cert based auth prereq * fips wording * add fips note * checksums * bugbot fixes --------- Co-authored-by: meiravgri <109056284+meiravgri@users.noreply.github.com> Co-authored-by: Kaitlyn Michael <kaitlyn.michael@redis.com> --------- Co-authored-by: petar-valchev-redis <petar.valchev@redis.com> Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com> Co-authored-by: meiravgri <109056284+meiravgri@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Context: https://redislabs.atlassian.net/browse/RED-188637
Documents how to expose Redis Software database tags as labels in v2 metrics via the
db_tagsmetric.db_tagsmetric and emission rules, join/query examples for Prometheus/Grafana, Datadog, New Relic, and Dynatrace, plus cardinality, security, and FAQ./v1/metrics_configREST reference andrladminmetrics command.rladmininfo and thedb_tagsrow to the v2 metrics reference.Note
Low Risk
Documentation-only changes with no runtime or API behavior modifications in this diff.
Overview
Documents how Redis Software database tags can be exported into v2 Prometheus metrics via the
db_tagsinformation metric, and how operators configure and consume that data.Adds Database tags in metrics (enable
expose_db_tags/metrics_tag_keys_exposed, emission rules, PromQL joins, and platform-specific enrichment for Prometheus/Grafana, Datadog, New Relic, and Dynatrace) plus Metrics configuration and the/v1/metrics_configREST object and requests.rladmin info metricsandrladmin metrics configare documented for the same cluster-wide settings.The database tags page gains validation rules (Prometheus-compatible keys, limits, legacy unchanged tags), system tags, a metrics overview, and troubleshooting. The v2 metrics reference embed adds a
db_tagsrow linking to the new guide.Reviewed by Cursor Bugbot for commit fe051c0. Bugbot is set up for automated code reviews on this repo. Configure here.