jianrongzhang89 commented on code in PR #540:
URL:
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/540#discussion_r1796264588
##########
api/v1alpha08/sonataflowplatform_types.go:
##########
@@ -63,6 +63,10 @@ type SonataFlowPlatformSpec struct {
// These properties MAY NOT be propagated to a
SonataFlowClusterPlatform since PropertyVarSource can only refer local context
sources.
// +optional
Properties *PropertyPlatformSpec `json:"properties,omitempty"`
+ // MonitoringEnabled indicates whether prometheus service monitors
should be created for metrics scraping
+ // +optional
+ // +default: false
+ MonitoringEnabled bool `json:"monitoringEnabled"`
Review Comment:
Good idea. Done.
--
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]