Monitoring Userstories
As a SCS-Operator,
I would like to monitor my OpenStack Infrastructure , OpenStack API and my Storage Environment:

@matfechner likely we should take this into SIG Monitoring and see what we want to do with it.
i would like to use the https://Prometheus-Operator.dev or VictoriaMetrics which both suppords the custom resource definition ServiceMonitor and PodMonitor.
So that every installation bring such Manifests (e.g. per Helm) with correct value, like: labelSelector, basicAuth, ...
Same for logging with Logging Operator:
- https://banzaicloud.com/docs/one-eye/logging-operator/
- https://kube-logging.github.io/ Where are Flows with definition of parser (e.g. jdon,regex,... ) for log formats and shipping to any output (all that fluetd supports).
Has this been dealt with in some way?
@mbuechse yes - thanks for pinging here. this actually has been dealt with in many ways (since the colleagues from dNation did a lot of work on the monitoring stack).