Commit 4d68b2c
authored
[SC-23347] fix(redis): remove duplicate redis prefix from memory metrics (#152)
Remove redis. prefix from memory.used.max and memory.used.rss field names.
The LineProtocolParser already prepends the measurement name (redis.) to all
fields, causing double-prefixed metric names (redis.redis.memory.used.max)1 parent b67760c commit 4d68b2c
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
| 93 | + | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments