JudeNiroshan commented on issue #461:
URL: 
https://github.com/apache/incubator-kie-kogito-serverless-operator/issues/461#issuecomment-2106031291

   ### As a sonataflow operator user, I should be able to enable a monitoring 
flag via the SonataFlowPlatform CR, which will result in creating the required 
software components.
   
   ```
   apiVersion: sonataflow.org/v1alpha08
   kind: SonataFlowPlatform
   spec:
     services:
       ...
       monitoring:
         enabled: true
   ```
   
   1. The Sonataflow operator should install the Prometheus & Grafana operators 
in the OCP/K8s cluster. 
   2. Once the Prometheus and Grafana are in place, the operator should create 
a connection between Prometheus & Grafana via the `DataSource` CR in Grafana. 
https://grafana.com/docs/grafana-cloud/developer-resources/infrastructure-as-code/grafana-operator/operator-dashboards-folders-datasources/#add-a-data-source
   3. Then create a `ServiceMonitor` object that can capture/collect metrics 
from all the deployed Serverless Workflows. 
   4. Finally as the operator user, I expect to see a default Grafana Dashboard.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to