-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Metricbeat] Add Redis node and proxy #15269
Comments
Here comes to mind similar questions to #7723 :
|
IMHO, when possible we should keep native integration |
See my response in #7723. TLDR; I agree with Andres - use native APIs if possible. |
Checklist has been updated. I've started preparing a relevant dashboard. |
Resolving. |
Currently the Redis module in Metricbeat only support database metrics. In addition to db metrics Redis Enterprise exposes node and proxy metrics. We should add support for node and proxy metrics to redis module. Note that starting from v 5.0.2 Redis exposes metrics at the node, database, shard and proxy levels via a Prometheus endpoint. This could simplify further development of the redis module.
Modules
For a metricset to go GA, the following criterias should be met:
[ ] Supported operating systems are documented (if applicable)data.json
exists and an automated way to generate it exists (go test -data
)The text was updated successfully, but these errors were encountered: