Open AmitKumarDas opened 4 years ago
This design is split across multiple custom resources:
- [1] Fetch metrics in json files from S3
PrometheusLoader
- [2] Upload json files containing metrics to Prometheus
PrometheusLoader
as a custom resource- [3] Implement a TTL based Lock
NOTE: - All the custom resources will be implemented as ConfigMaps - This will be done to avoid the need of applying Custom Resource Definition(s)
ProblemStatement: As an automation engineer I collect various metrics as json format & upload them to S3. I want to visualise the same on Grafana like visualisation tools running in some K8s setup.