openshift-cs / managed-openshift

Public roadmaps for the Red Hat Managed OpenShift offerings OpenShift Dedicated (OSD) and Red Hat OpenShift Service on AWS (ROSA)
Apache License 2.0
56 stars 6 forks source link

Support for AWS Managed Prometheus #60

Open sjbylo opened 2 years ago

sjbylo commented 2 years ago

Which service is this feature request for? OpenShift Dedicated and Red Hat OpenShift Service on AWS

What are you trying to do? Allow ROSA/OSD to integrate with AWS Managed Prometheus.

Describe the solution you'd like Remote-write of metrics is supported in OpenShift but it does not work with AWS Managed Prometheus since AWS Managed Prometheus requires AWS SigV4 auth.

Describe alternatives you've considered There is the workaround to use the "AWS SigV4 Proxy" but I'd think this is not properly supported by RH. https://mobb.ninja/docs/rosa/cluster-metrics-to-aws-prometheus/

Additional context The customer wants to use an open and portable solution to centralize metrics storage and analysis. If they also deploy to other clouds, they don't want to have to re-configure. Since most clouds offer a Prometheus service (or it's easy to self-manage Prometheus), app migration should be simplified.