You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
The configure-monitoring event handler receives a sh.keptn.event.monitoring.configure event but is expected to return a sh.keptn.event.configure-monitoring.started and sh.keptn.event.configure-monitoring.finished event (See this issue). Currently, we work around that by taking advantage of the fact that the go-sdk does not seem to automatically send a .started and .finished event for cloud events that or not of type TriggeredEvent (see).
To make clear that the events are sent manually, we would like to add the new SkipAutomaticResponse option to the ConfigureMonitoringEventHandler (see).
The configure-monitoring event handler receives a
sh.keptn.event.monitoring.configure
event but is expected to return ash.keptn.event.configure-monitoring.started
andsh.keptn.event.configure-monitoring.finished
event (See this issue). Currently, we work around that by taking advantage of the fact that thego-sdk
does not seem to automatically send a.started
and.finished
event for cloud events that or not of typeTriggeredEvent
(see).To make clear that the events are sent manually, we would like to add the new
SkipAutomaticResponse
option to theConfigureMonitoringEventHandler
(see).Definition of done
go-utils
updated to version that supportsSkipAutomaticResponse
for event handler levelSkipAutomaticResponse
option added toConfigureMonitoringEventHandler
The text was updated successfully, but these errors were encountered: