You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some values reported by the redis plugin are considered as tags by the prometheus output, presumably because they're strings and not numerals. As you can see in the test below, the tags are host, port, replication_role and server :
I don't mind redis_version, but the rest doesn't belong as tags. Transforming the percentages into numbers should be easy (just drop the %), but for the rest I don't have a good solution to propose.
Thanks
The text was updated successfully, but these errors were encountered:
Isn't that just how prometheus works, storing only key/value pairs? If you want to preserve the fields and tags influxdb would be a better choice as a backend.
Hi,
Using telegraf-1.8.3, redis version 4.0.11.
Some values reported by the redis plugin are considered as tags by the prometheus output, presumably because they're strings and not numerals. As you can see in the test below, the tags are
host
,port
,replication_role
andserver
:However, if I curl telegraf, a few of these are switched to tags :
I don't mind
redis_version
, but the rest doesn't belong as tags. Transforming the percentages into numbers should be easy (just drop the%
), but for the rest I don't have a good solution to propose.Thanks
The text was updated successfully, but these errors were encountered: