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
# HELP redis_script_result Result of the collect script evaluation
# TYPE redis_script_result gauge
redis_script_result{filename="/opt/server_info.lua"} 1
# HELP redis_script_values Values returned by the collect script
# TYPE redis_script_values gauge
redis_script_values{filename="/opt/server_info.lua",key="node_info_address=10.42.2.120:6379@16379"} 1
Additional context
hope we can custom the redis_script_values attributes
I like the idea, adding this makes sense. I currently do not have the time to implement this but a PR for this feature would be great and I can help with reviewing this.
Describe the problem
Now lua script metric only support one custom attribute named "key", I think custom attribute maybe butter.
What version of redis_exporter are you running?
1.60.0
Running the exporter
lua script
Screenshots
script metrics
Additional context
hope we can custom the redis_script_values attributes
redis_script_values{filename="/opt/server_info.lua", node_info_address="10.42.2.120:6379@16379"} 1
The text was updated successfully, but these errors were encountered: