Skip to content
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

[Enhancement]: Docs/example for redis cluster #2400

Open
hughesjj opened this issue Mar 18, 2024 · 1 comment
Open

[Enhancement]: Docs/example for redis cluster #2400

hughesjj opened this issue Mar 18, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@hughesjj
Copy link
Contributor

Proposal

I'm a maintainer of opentelemetry-collector-contrib/receiver/redis, and have attempted to implement testing a redis cluster. This is important as some metrics only appear (ctrl+f If the instance is a replica) when a redis is configured as a cluster.

While we have good examples for creating a single redis container, it would be nice to do so as well for clusters.
It seems like I'm not alone in this desire, as someone had previously tried the same

I'll note that this line of desire would also apply to kafka, and pretty much every open source distributed service.

@JY8752
Copy link

JY8752 commented Apr 12, 2024

@hughesjj
I also want to write a test for redis cluster using testcontainers but it is failing. Please let me know if you make any progress!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants