This is Recursion Pharmaceuticals' fork of dell/powerstore-metrics-exporter with custom modifications for k8s-dc cluster monitoring.
docker pull us-central1-docker.pkg.dev/eng-ops-b1bb36c9/container-images/rxrx-powerstore-exporter:v2-no-wear-metricsSee RECURSION_CHANGES.md for detailed documentation of our modifications.
Key changes:
- ✅ Disabled WearMetricCollector (prevents timeouts and auth churn)
- ✅ Fixed config path for Kubernetes secret mounting
- ✅ Optimized for apiLimit: 10 to prevent PowerStore API overwhelm
Deployed via ArgoCD in eng-infrastructure repo:
- Path:
argo/on-prem/k8s-dc/hpc/monitoring/powerstore-exporter/ - Monitors: PowerStore at
powerstore.dc.rxrx.io - Metrics interval: 5 minutes
# Build binary for linux/amd64
GOOS=linux GOARCH=amd64 go build -o ./build/powerstore-metrics-exporter
# Build and push Docker image
docker buildx build --platform linux/amd64 \
-t us-central1-docker.pkg.dev/eng-ops-b1bb36c9/container-images/rxrx-powerstore-exporter:v2-no-wear-metrics \
--push .For general PowerStore exporter documentation, see the upstream Dell repository.
This is a custom build for Recursion Pharmaceuticals internal use. For issues, contact the eng-infrastructure team.